IdentityConfigurationElement::Name Property
.NET Framework (current version)
Gets or sets the name of the identity configuration element.
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); }
Corresponds to the name attribute of the <identityConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: