mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
13 lines
185 B
C#
13 lines
185 B
C#
using Newtonsoft.Json;
|
|
|
|
namespace ACMEv2
|
|
{
|
|
public class DirectoryMeta
|
|
{
|
|
[JsonProperty("termsOfService")]
|
|
public string TermsOfService { get; set; }
|
|
}
|
|
|
|
|
|
}
|