The Pkcs12Store type exposes the following members.

Constructors

  NameDescription
Public methodPkcs12Store(X509Certificate2)
Create a Pkcs12Store from a Certificate.
Public methodPkcs12Store(X509Chain)
Create a Pkcs12Store from a chain
Public methodPkcs12Store(Stream, String)
Create a new Pkcs #12 key store from a stream.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyNames
The names of all certificates in the store that can be used for signing.

See Also