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

Usage

Visual Basic
Dim instance As SecurityTokenHandlerElementCollection
Dim value As SecurityTokenHandlerConfigurationElement

value = instance.HandlerConfiguration

instance.HandlerConfiguration = value

Syntax

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

/** @property */
public void set_HandlerConfiguration (SecurityTokenHandlerConfigurationElement value)
JScript
public function get HandlerConfiguration () : SecurityTokenHandlerConfigurationElement

public function set HandlerConfiguration (value : SecurityTokenHandlerConfigurationElement)

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