Click or drag to resize
MimeKit

X509CertificateRecord Constructor

Initialize a new instance of the X509CertificateRecord class.

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