Click or drag to resize
MimeKit

DefaultSecureMimeContextImport Method

Overload List
 NameDescription
Public methodImport(Stream, CancellationToken) Import certificates (as from a certs-only application/pkcs-mime part) from the specified stream.
Public methodImport(X509Certificate, CancellationToken) Import a certificate.
Public methodImport(X509Certificate2, CancellationToken) Import a certificate.
Public methodImport(X509Crl, CancellationToken) Imports a certificate revocation list.
Public methodImport(Stream, Boolean, CancellationToken) Import a DER-encoded certificate stream.
Public methodImport(Stream, String, CancellationToken) Imports certificates and keys from a pkcs12-encoded stream.
Public methodImport(String, String, CancellationToken) Imports certificates and keys from a pkcs12 file.
Public methodImport(X509Certificate, Boolean, CancellationToken) Import a certificate.
Top
See Also