The DigitalCertificatesStore type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DigitalCertificatesStore | Initializes a new instance of the DigitalCertificatesStore class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetCertificates()()()() |
Gets the certificates collection from the Personal Certificates store.
The Personal Certificates store can be accessed from Control Panel/Internet Options,
Content, Certificates.
| |
| GetCertificates(String) |
Gets the certificates collection from the specified PKCS#12 file. This method uses a NULL
password to get the certificates from packet.
A PKCS#12 file stores both the private and the public key and such a file can be for example a file with extension .pfx
generated by IIS from the SSL certificate installed for a website.
| |
| GetCertificates(CertSystemStore) |
Gets the certificates collection from the specified system certificates store.
| |
| GetCertificates(String, String) |
Gets the certificates collection from the specified password protected PKCS#12 file.
A PKCS#12 file stores both the private and the public key and such a file can be for example a file with extension .pfx
generated by IIS from the SSL certificate installed for a website.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |