SystemIdentityModelServicesSection::DefaultFederationConfigurationElement Property

.NET Framework (current version)
 

Gets the unnamed <federationConfiguration> element from the configuration file.

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

public:
property FederationConfigurationElement^ DefaultFederationConfigurationElement {
	static FederationConfigurationElement^ get();
}

Property Value

Type: System.IdentityModel.Services.Configuration::FederationConfigurationElement^

The unnamed <federationConfiguration> element from the configuration file. null if the configuration file does not contain a <system.identityModel.services> section.

The unnamed <federationConfiguration> element does not have its name attribute set (FederationConfigurationElement::Name property is null).

.NET Framework
Available since 4.5
Return to top
Show: