IdentityConfigurationElement.SecurityTokenHandlerSets Property

Definition

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

public:
 property System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ SecurityTokenHandlerSets { System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection SecurityTokenHandlerSets { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.SecurityTokenHandlerSets : System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection
Public ReadOnly Property SecurityTokenHandlerSets As SecurityTokenHandlerSetElementCollection

Property Value

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

Attributes

Remarks

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.

Applies to

See also