SecurityTokenHandlerElementCollection::SecurityTokenHandlerConfiguration Property
.NET Framework (current version)
Gets or sets the default settings for the handlers in the collection.
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
Available since 4.5
Show: