| TemporarySecureMimeContextGetCertificateRevocationLists Method |
Gets the certificate revocation lists.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override IStore<X509Crl> GetCertificateRevocationLists()
Return Value
IStoreX509CrlThe 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