Click or drag to resize

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:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Nullable<DateTime> NextUpdate { get; }

Property Value

Type: NullableDateTime
Remarks
CRL issuers SHOULD issue CRLs with a NextUpdate time equal to or later than all previous CRLs.
See Also