  | DefaultSecureMimeContextGetNextCertificateRevocationListUpdate 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.12.0
Syntaxprotected override DateTime GetNextCertificateRevocationListUpdate(
	X509Name issuer
)
Parameters
- issuer  X509Name
 - The issuer.
 
Return Value
DateTimeThe date & time for the next update (in UTC).
Remarks
            Gets the date & time for the next scheduled certificate revocation list update for the specified issuer.
            
See Also