SecurityTokenHandlerElementCollection::SecurityTokenHandlerConfiguration Property

.NET Framework (current version)
 

Gets or sets the default settings for the handlers in the collection.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("securityTokenHandlerConfiguration", 
	IsRequired = false)]
property SecurityTokenHandlerConfigurationElement^ SecurityTokenHandlerConfiguration {
	SecurityTokenHandlerConfigurationElement^ get();
	void set(SecurityTokenHandlerConfigurationElement^ value);
}

Property Value

Type: System.IdentityModel.Configuration::SecurityTokenHandlerConfigurationElement^

The default settings for the handlers in the collection.

Represents the <securityTokenHandlerConfiguration> child element of the <securityTokenHandlers> element.

.NET Framework
Available since 4.5
Return to top
Show: