SecurityTokenHandlerConfigurationElement::Name Property

.NET Framework (current version)
 

Gets or sets the name of the token handler configuration element.

Namespace:   System.IdentityModel.Configuration
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);
}

Property Value

Type: System::String^

The name of the identity configuration.

Corresponds to the name attribute of the <securityTokenHandlerConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: