LetsEncryptSettings Class
NAMESPACE
RASAdminEngine.Core.OutputModels
DESCRIPTION
Let's Encrypt Settings
INHERITED FROM
RASSerilazableObj⇒LetsEncryptSettings
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
UInt32 | AutoRenewCertBeforeExpirationDays | The amount of days before expiration for automatic renewal to take place. | |
List<String> | ExpirationEmails | The list of email addresses where expiration emails will be sent. | |
Boolean | Replicate | Whether Replicate is enabled. | |
Boolean | TermsAccepted | Whether Let's Encrypt Terms are accepted. |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated