maksit-certs-ui/LetsEncrypt/ACMEv2/DirectoryMeta.cs
2019-06-29 18:38:18 +02:00

13 lines
185 B
C#

using Newtonsoft.Json;
namespace ACMEv2
{
public class DirectoryMeta
{
[JsonProperty("termsOfService")]
public string TermsOfService { get; set; }
}
}