Click or drag to resize
MimeKit

X509CrlRecord Constructor

Initialize a new instance of the X509CrlRecord class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public X509CrlRecord()
Remarks
This constructor is only meant to be used by implementors of IX509CertificateDatabase when loading records from the database.
See Also