WebHostCertificateExpiryDate Property |
The expiry date of the certificate. Can be used to track the expiration of the web host certificates. When null, the expiry date was not provided by the user, when uploading the certificate. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> CertificateExpiryDate { get; set; }
Public Property CertificateExpiryDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ CertificateExpiryDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member CertificateExpiryDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also