CertificateStore Constructor
Opens an existing or creates a new store of certificates.
Opens an existing or creates a new store of certificates.
Overload List
  NameDescription
Public methodCertificateStore
Creates a new certificate store in memory.
Public methodCode exampleCertificateStore(X509Store)
Initializes CertificateStore instance from the existing X509Store object.
Public methodCertificateStore(Byte, String)
Opens an existing store of certificates from a memory footprint of a PFX (.P12, PKCS #12) file.
Public methodCertificateStore(Byte, CertStoreType, CryptoServiceProvider)
Opens an existing store of certificates from a memory footprint of a PKCS #7 (.P7B) or Serialized Certificate Storage (.SST) file.
Public methodCode exampleCertificateStore(String, CertStoreType, String)
Opens an existing or creates a new store of certificates.
Public methodCertificateStore(String, CertStoreType, String, CryptoServiceProvider, RegistryStoreLocation)
Opens an existing or creates a new store of certificates.
Top
See Also