SystemIdentityModelServicesSection::FederationConfigurationElements Property

.NET Framework (current version)
 

Gets the collection of <federationConfiguration> elements configured in this <system.identityModel.services> section.

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

public:
[ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)]
property FederationConfigurationElementCollection^ FederationConfigurationElements {
	FederationConfigurationElementCollection^ get();
}

Property Value

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

A collection that contains all of the <federationConfiguration> elements configured in this <system.identityModel.services> section.

.NET Framework
Available since 4.5
Return to top
Show: