메소드 | 설명 | |
---|---|---|
X509CertificateRecord ( ) : System |
Initializes a new instance of the MimeKit.Cryptography.X509CertificateRecord class. This constructor is only meant to be used by implementors of IX509CertificateDatabase when loading records from the database. |
|
X509CertificateRecord ( |
Initializes a new instance of the MimeKit.Cryptography.X509CertificateRecord class. Creates a new certificate record for storing in a IX509CertificateDatabase. |
|
X509CertificateRecord ( |
Initializes a new instance of the MimeKit.Cryptography.X509CertificateRecord class. Creates a new certificate record with a private key for storing in a IX509CertificateDatabase. |
public X509CertificateRecord ( |
||
certificate | The certificate. | |
리턴 | System |
public X509CertificateRecord ( |
||
certificate | The certificate. | |
key | The private key. | |
리턴 | System |