X509CertificateTrustListNextUpdate Property |
Indication of the date and time for the CTL's next available scheduled update.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Nullable<DateTime> NextUpdate { get; }
Public ReadOnly Property NextUpdate As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> NextUpdate {
Nullable<DateTime> get ();
}
member NextUpdate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also