FederationConfigurationElement::IdentityConfigurationName Property

.NET Framework (current version)
 

Gets or sets the identityConfigurationName attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("identityConfigurationName", 
	DefaultValue = "", IsRequired = false)]
property String^ IdentityConfigurationName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the <identityConfiguration> section to associate with this <federationConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: