Click or drag to resize
MimeKit

X509CrlRecordCrl Property

Gets the certificate revocation list.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public X509Crl Crl { get; set; }

Property Value

X509Crl
The certificate revocation list.
Remarks
Gets the certificate revocation list.
See Also