X509CRL2NextUpdate Property
Gets the date by which the next CRL will be issued. The next CRL could be issued before the indicated date, but it will
not be issued any later than the indicated date.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public DateTime? NextUpdate { get; }
Public ReadOnly Property NextUpdate As DateTime?
Get
public:
property Nullable<DateTime> NextUpdate {
Nullable<DateTime> get ();
}
member NextUpdate : Nullable<DateTime> with get
Property Value
NullableDateTime CRL issuers SHOULD issue CRLs with a NextUpdate time equal to or later than all previous CRLs.