Build 1.01.318.0

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

The CertificateValidator type exposes the following members.

Constructors

  NameDescription
Public methodCertificateValidator
The default constructor.

Methods

  NameDescription
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 methodGetChannelValidator
Returns an object that can be used with WCF channel.
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 methodInternalValidate
Throws an exception if validation fails.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdate(ApplicationConfiguration)
Updates the validator with the current state of the configuration.
Public methodUpdate(SecurityConfiguration)
Updates the validator with the current state of the configuration.
Public methodUpdate(CertificateTrustList, CertificateTrustList, CertificateStoreIdentifier)
Updates the validator with a new set of trust lists.
Public methodValidate
Validates a certificate.

Events

  NameDescription
Public eventCertificateValidation
Raised when a certificate validation error occurs.

See Also