Click or drag to resize
MimeKit

BouncyCastleSecureMimeContextGetNextCertificateRevocationListUpdate Method

Get the date & time for the next scheduled certificate revocation list update for the specified issuer.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract DateTime GetNextCertificateRevocationListUpdate(
	X509Name issuer
)

Parameters

issuer  X509Name
The issuer.

Return Value

DateTime
The 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