Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FederationConfigurationCreatedEventArgs::FederationConfiguration Property

.NET Framework (current version)
 

Gets or sets the federation configuration object that was initialized from the configuration file.

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

public:
property FederationConfiguration^ FederationConfiguration {
	FederationConfiguration^ get();
	void set(FederationConfiguration^ value);
}

Property Value

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

The federation configuration object that was initialized from configuration.

The FederationConfiguration object contains the configurable properties for the WS-Federation Authentication Module (WSFederationAuthenticationModule) and the Session Authentication Module (SessionAuthenticationModule) in a web application.

To modify the configuration settings, you can set properties on the FederationConfiguration object that is referenced by this property, or you can provide an new FederationConfiguration object.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft