| 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) |
Imports a certificate revocation list.
|
| Import(Stream, Boolean, CancellationToken) |
Import a DER-encoded certificate stream.
|
| Import(Stream, String, CancellationToken) |
Imports certificates and keys from a pkcs12-encoded stream.
|
| Import(String, String, CancellationToken) |
Imports certificates and keys from a pkcs12 file.
|
| Import(X509Certificate, Boolean, CancellationToken) |
Import a certificate.
|