Click or drag to resize
MimeKit

SecureMimeContextImportAsync Method

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