The Pkcs12Store type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Pkcs12Store(X509Certificate2) |
Create a Pkcs12Store from a Certificate.
| |
| Pkcs12Store(X509Chain) |
Create a Pkcs12Store from a chain
| |
| Pkcs12Store(Stream, String) |
Create a new Pkcs #12 key store from a stream.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Names |
The names of all certificates in the store that can be used for signing.
|