SecurityTokenHandlerConfigurationElement::Name Property
.NET Framework (current version)
Gets or sets the name of the token handler configuration element.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("name", IsRequired = false, Options = ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 0)] property String^ Name { String^ get(); void set(String^ value); }
Corresponds to the name attribute of the <securityTokenHandlerConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: