Click or drag to resize
MimeKit

X509CertificateDatabase.GetCrlStore Method

Gets a certificate revocation list store.

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

Return Value

IStore<X509Crl>
A certificate revocation list store.

Implements

IX509CertificateDatabase.GetCrlStore()
Remarks
Gets a certificate revocation list store.
See Also