X509CRL2GetNextPublish Method

Gets the date and time when the next CRL is planned to be published. The method uses either Next CRL Publish extension or NextUpdate field to determine when a newer version should be issued.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public DateTime? GetNextPublish()

Return Value

NullableDateTime
A DateTime object, or NULL, if CRL is valid infinitely and no updates are expected.

See Also