Click or drag to resize
MimeKit

IX509CertificateDatabaseGetCrlStore Method

Gets a certificate revocation list store.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
IStore<X509Crl> GetCrlStore()

Return Value

IStoreX509Crl
A certificate recovation list store.
Remarks
Gets a certificate revocation list store.
See Also