Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The CertificateValidator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CertificateValidator |
The default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetChannelValidator |
Returns an object that can be used with WCF channel.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InternalValidate |
Throws an exception if validation fails.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Update(ApplicationConfiguration) |
Updates the validator with the current state of the configuration.
| |
| Update(SecurityConfiguration) |
Updates the validator with the current state of the configuration.
| |
| Update(CertificateTrustList, CertificateTrustList, CertificateStoreIdentifier) |
Updates the validator with a new set of trust lists.
| |
| Validate |
Validates a certificate.
|
Events
| Name | Description | |
|---|---|---|
| CertificateValidation |
Raised when a certificate validation error occurs.
|