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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.