CertificateStore Constructor |
Name | Description | |
---|---|---|
CertificateStore |
Creates a new certificate store in memory.
| |
CertificateStore(X509Store) | Initializes CertificateStore instance from the existing X509Store object. | |
CertificateStore(Byte, String) |
Opens an existing store of certificates from a memory footprint of a PFX (.P12, PKCS #12) file.
| |
CertificateStore(Byte, CertStoreType, CryptoServiceProvider) |
Opens an existing store of certificates from a memory footprint of a PKCS #7 (.P7B) or Serialized Certificate Storage (.SST) file.
| |
CertificateStore(String, CertStoreType, String) |
Opens an existing or creates a new store of certificates.
| |
CertificateStore(String, CertStoreType, String, CryptoServiceProvider, RegistryStoreLocation) |
Opens an existing or creates a new store of certificates.
|