Build 1.01.318.0

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

The CertificateTrustList type exposes the following members.

Constructors

  NameDescription
Public methodCertificateTrustList
The default constructor.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from CertificateStoreIdentifier.)
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 methodGetCertificates
Returns the certificates in the trust list.
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.
(Inherited from CertificateStoreIdentifier.)
Public methodToString()()()()
Returns a String that represents the current Object.
(Inherited from CertificateStoreIdentifier.)
Public methodToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
(Inherited from CertificateStoreIdentifier.)

Properties

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

See Also