Click or drag to resize
MimeKit

X509CertificateStoreImport Method

Overload List
 NameDescription
Public methodImport(Byte) Imports the certificate(s) from the specified byte array.
Public methodImport(Stream) Imports the certificate(s) from the specified stream.
Public methodImport(String) Imports the certificate(s) from the specified file.
Public methodImport(Byte, String) Imports certificates and private keys from the specified byte array.
Public methodImport(Stream, String) Imports certificates and private keys from the specified stream.
Public methodImport(String, String) Imports certificates and private keys from the specified file.
Top
See Also