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.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public DateTime? GetNextPublish()
Public Function GetNextPublish As DateTime?
public:
Nullable<DateTime> GetNextPublish()
member GetNextPublish : unit -> Nullable<DateTime>
Return Value
NullableDateTimeA
DateTime object, or
NULL, if CRL is valid infinitely and no updates are expected.