| Name | Description |
---|
| Import(Stream, CancellationToken) |
Import certificates (as from a certs-only application/pkcs-mime part)
from the specified stream.
|
| Import(X509Certificate, CancellationToken) |
Import a certificate.
|
| Import(X509Certificate2, CancellationToken) |
Import a certificate.
|
| Import(X509Crl, CancellationToken) |
Import a certificate revocation list.
|
| Import(StoreName, X509Certificate, CancellationToken) |
Import the specified certificate.
|
| Import(StoreName, X509Certificate2, CancellationToken) |
Import the specified certificate.
|
| Import(Stream, String, CancellationToken) |
Import certificates and keys from a pkcs12-encoded stream.
|
| Import(String, String, CancellationToken) |
Imports certificates and keys from a pkcs12 file.
|
| Import(Stream, String, X509KeyStorageFlags, CancellationToken) |
Import certificates and keys from a pkcs12-encoded stream.
|