System.IdentityModel.Services.Configuration Namespace

Contains classes that provide configuration for Windows Identity Foundation (WIF) applications that use the WS-Federation protocol. The classes in this namespace represent settings under the <system.identityModel.services> element. The System.IdentityModel.Services namespace also contains some of the classes that are used to configure WS-Federation. Classes that configure other service and application settings, such as security token handlers, are contained primarily in the System.IdentityModel.Configuration namespace. These settings appear under the <identityConfiguration> element in a configuration file.

Classes

FederationConfiguration

Exposes properties that contain federation settings that control the behavior of the WS-Federation Authentication Module (WSFederationAuthenticationModule) and the Session Authentication Module (SessionAuthenticationModule) in web applications.

FederationConfigurationCreatedEventArgs

Provides data for the FederationConfigurationCreated event.

FederationConfigurationElement

Represents the <federationConfiguration> element in a configuration file. This class cannot be inherited.

FederationConfigurationElementCollection

Contains a collection of all of the <federationConfiguration> elements that are specified in the configuration file. This class cannot be inherited.

SystemIdentityModelServicesSection

Represents the <system.identityModel.services> section in a configuration file. This class cannot be inherited.

WsFederationConfiguration

Contains all of the configuration settings needed by the WS-Federation Authentication Module (WSFederationAuthenticationModule).

WSFederationElement

Represents the <wsFederation> element in a configuration file. This class cannot be inherited.