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; }
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:
NullableDateTimeRemarks CRL issuers SHOULD issue CRLs with a NextUpdate time equal to or later than all previous CRLs.
See Also