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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.