maksit-certs-ui/v1.0/LetsEncrypt/ACMEv2/IHashLocation.cs

11 lines
114 B
C#

using System;
namespace ACMEv2
{
interface IHasLocation
{
Uri Location { get; set; }
}
}