Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SecurityTokenHandlerConfigurationElement
Dim value As X509CertificateValidationCustomTypeElement

value = instance.CertificateValidationElement

instance.CertificateValidationElement = value

Syntax

Visual Basic
<ConfigurationPropertyAttribute("certificateValidation", IsRequired:=False)> _
Public Property CertificateValidationElement As X509CertificateValidationCustomTypeElement
C#
[ConfigurationPropertyAttribute("certificateValidation", IsRequired=false)] 
public X509CertificateValidationCustomTypeElement CertificateValidationElement { get; set; }
C++
[ConfigurationPropertyAttribute(L"certificateValidation", IsRequired=false)] 
public:
property X509CertificateValidationCustomTypeElement^ CertificateValidationElement {
		X509CertificateValidationCustomTypeElement^ get ();
		void set (X509CertificateValidationCustomTypeElement^ value);
}
J#
/** @property */
public X509CertificateValidationCustomTypeElement get_CertificateValidationElement ()

/** @property */
public void set_CertificateValidationElement (X509CertificateValidationCustomTypeElement value)
JScript
public function get CertificateValidationElement () : X509CertificateValidationCustomTypeElement

public function set CertificateValidationElement (value : 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