| TemporarySecureMimeContextGetNextCertificateRevocationListUpdate Method |
Get the date & time for the next scheduled certificate revocation list update for the specified issuer.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override DateTime GetNextCertificateRevocationListUpdate(
X509Name issuer
)
Parameters
- issuer X509Name
- The issuer.
Return Value
DateTimeThe date & time for the next update.
Remarks
Gets the date & time for the next scheduled certificate revocation list update for the specified issuer.
See Also