SystemIdentityModelSection::DefaultIdentityConfigurationElement Property

.NET Framework (current version)
 

Gets the default (unnamed) IdentityConfigurationElement from the configuration file.

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

public:
property IdentityConfigurationElement^ DefaultIdentityConfigurationElement {
	static IdentityConfigurationElement^ get();
}

Property Value

Type: System.IdentityModel.Configuration::IdentityConfigurationElement^

The default (unnamed) <identityConfiguration> element.

The <system.identityModel> section can contain only one default <identityConfiguration> element. The default identity configuration is always used for passive federation scenarios.

.NET Framework
Available since 4.5
Return to top
Show: