MailBee.NET Objects 4.0

CertificateStore Constructor

Opens an existing or creates a new store of certificates.

Overload List

Creates a new certificate store in memory.

public CertificateStore();

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);

See Also

CertificateStore Class | MailBee.Security Namespace