Manages the configuration of a X509CertificateValidation element in SecurityTokenHandlerConfiguration. This configuration only allows for a custom type.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As X509CertificateValidationCustomTypeElement

Syntax

Visual Basic
Public Class X509CertificateValidationCustomTypeElement
		Inherits ConfigurationElement
C#
public class X509CertificateValidationCustomTypeElement : ConfigurationElement
C++
public ref class X509CertificateValidationCustomTypeElement : public ConfigurationElement
J#
public class X509CertificateValidationCustomTypeElement extends ConfigurationElement
JScript
public class X509CertificateValidationCustomTypeElement extends ConfigurationElement

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
    Microsoft.IdentityModel.Configuration.X509CertificateValidationCustomTypeElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also