SystemIdentityModelServicesSection.DefaultFederationConfigurationElement Property

Definition

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

C#
public static System.IdentityModel.Services.Configuration.FederationConfigurationElement DefaultFederationConfigurationElement { get; }

Property Value

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

Remarks

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

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also