System.IdentityModel.Services.Configuration 命名空间

包含为使用 WS-Federation 协议的 Windows Identity Foundation (WIF) 应用程序提供配置的类。 此命名空间中的类表示 system.identityModel.services< 元素下的>设置。 命名空间 System.IdentityModel.Services 还包含一些用于配置 WS 联合身份验证的类。 配置其他服务和应用程序设置(例如安全令牌处理程序)的类主要包含在命名空间中 System.IdentityModel.Configuration 。 这些设置显示在配置文件中的 <identityConfiguration> 元素下。

名称 说明
FederationConfiguration

公开包含联合设置的属性,这些设置控制 Web 应用程序中 WS-Federation 身份验证模块(WSFederationAuthenticationModule)和会话身份验证模块(SessionAuthenticationModule)的行为。

FederationConfigurationCreatedEventArgs

提供事件的数据 FederationConfigurationCreated

FederationConfigurationElement

表示 <federationConfiguration> 配置文件中的元素。 此类不能被继承。

FederationConfigurationElementCollection

包含配置文件中指定的所有 <federationConfiguration> 元素的集合。 此类不能被继承。

SystemIdentityModelServicesSection

表示 <system.identityModel.services> 配置文件中的节。 此类不能被继承。

WsFederationConfiguration

包含 WS-Federation 身份验证模块(WSFederationAuthenticationModule)所需的所有配置设置。

WSFederationElement

表示 <wsFederation> 配置文件中的元素。 此类不能被继承。