Click or drag to resize
MimeKit

BouncyCastleSecureMimeContextGetCertificateRevocationLists Method

Get the certificate revocation lists.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract IStore<X509Crl> GetCertificateRevocationLists()

Return Value

IStoreX509Crl
The certificate revocation lists.
Remarks
A Certificate Revocation List (CRL) is a list of certificate serial numbers issued by a particular Certificate Authority (CA) that have been revoked, either by the CA itself or by the owner of the revoked certificate.
See Also