IdentityConfigurationElement::SecurityTokenHandlerSets Property

.NET Framework (current version)
 

Gets or sets the SecurityTokenHandlerSetElementCollection that is associated with this identity configuration element.

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

public:
[ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)]
property SecurityTokenHandlerSetElementCollection^ SecurityTokenHandlerSets {
	SecurityTokenHandlerSetElementCollection^ get();
}

Property Value

Type: System.IdentityModel.Configuration::SecurityTokenHandlerSetElementCollection^

The security token handler collections configured for this identity configuration element..

Corresponds to the set of <securityTokenHandlers> elements that are configured under the <identityConfiguration> element. The identity configuration element can have multiple <securityTokenHandlers> elements, each of which contains settings for a collection of security token handlers.

.NET Framework
Available since 4.5
Return to top
Show: