Click or drag to resize
MimeKit

X509CertificateDatabaseGetCrlStore Method

Gets a certificate revocation list store.

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

Return Value

IStoreX509Crl
A certificate revocation list store.

Implements

IX509CertificateDatabaseGetCrlStore
Remarks
Gets a certificate revocation list store.
See Also