Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The CertificateStoreIdentifier type exposes the following members.

Constructors

  NameDescription
Public methodCertificateStoreIdentifier
Initializes a new instance of the CertificateStoreIdentifier class

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodStatic memberCreateStore
Returns an object that can be used to access the store.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenStore
Returns an object that can be used to access the store.
Public methodToString()()()()
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)
Public methodToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.

Properties

  NameDescription
Public propertyStoreLocation Obsolete.
The location of the certifcate store that contains the trusted certficates.
Public propertyStoreName Obsolete.
The name of the certifcate store that contains the trusted certficates.
Public propertyStorePath
The path that identifies the certificate store.
Public propertyStoreType
The type of certificate store.
Public propertyValidationOptions
Options that can be used to suppress certificate validation errors.

See Also