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.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public DateTime? NextUpdate { get; }

Property Value

NullableDateTime

Remarks

CRL issuers SHOULD issue CRLs with a NextUpdate time equal to or later than all previous CRLs.

See Also