| X509CrlRecordNextUpdate Property |
Gets the date and time when the next CRL update will be published.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public DateTime NextUpdate { get; }
Property Value
DateTimeThe date and time.
Remarks
Gets the date and time when the next CRL update will be published.
See Also