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 Constructor (FederationConfiguration^)

.NET Framework (current version)
 

Initializes a new instance of the FederationConfigurationCreatedEventArgs class with the specified federation configuration object.

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

public:
FederationConfigurationCreatedEventArgs(
	FederationConfiguration^ config
)

Parameters

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

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

Initializes the FederationConfiguration property to the federation configuration object specified by config.

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