SecurityTokenHandlerElementCollection::Name Property
.NET Framework (current version)
Gets or sets the name of the collection.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 0)] property String^ Name { String^ get(); void set(String^ value); }
Represents the name attribute of the <securityTokenHandlers> element.
The only names that the framework handles are "ActAs" and "OnBehalfOf". If handlers exist in these collections, they will be used instead of the default handlers for processing ActAs and OnBehalfOf tokens.
.NET Framework
Available since 4.5
Available since 4.5
Show: