X509Certificate |
Name | Description | |
---|---|---|
Import(Byte) | Imports the certificate(s) from the specified byte array. | |
Import(Stream) | Imports the certificate(s) from the specified stream. | |
Import(String) | Imports the certificate(s) from the specified file. | |
Import(Byte, String) | Imports certificates and private keys from the specified byte array. | |
Import(Stream, String) | Imports certificates and private keys from the specified stream. | |
Import(String, String) | Imports certificates and private keys from the specified file. |