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:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Nullable<DateTime> GetNextPublish()
Public Function GetNextPublish As Nullable(Of DateTime)
public:
Nullable<DateTime> GetNextPublish()
member GetNextPublish : unit -> Nullable<DateTime>
Return Value
Type:
NullableDateTimeA
DateTime object, or
NULL, if CRL is valid infinitly and no updates are expected.
Exceptions See Also