Opens an existing or creates a new store of certificates.
Creates a new certificate store in memory.
public CertificateStore();
Opens an existing store of certificates from a memory footprint of a PKCS #7 (.P7B) or Serialized Certificate Storage (.SST) file.
public CertificateStore(byte[],CertStoreType,CryptoServiceProvider);
Opens an existing store of certificates from a memory footprint of a PFX (.P12, PKCS #12) file.
public CertificateStore(byte[],string);
Opens an existing or creates a new store of certificates.
public CertificateStore(string,CertStoreType,string);
Opens an existing or creates a new store of certificates.
public CertificateStore(string,CertStoreType,string,CryptoServiceProvider,RegistryStoreLocation);
CertificateStore Class | MailBee.Security Namespace