System.IdentityModel.Configuration 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含为使用 Windows Identity Foundation (WIF)生成的应用程序和服务提供配置的类。 此命名空间中的类表示 identityConfiguration< 元素下的>设置。 使用 WS-Federation 协议配置联合的类主要包含在命名空间中 System.IdentityModel.Services.Configuration 。 这些设置显示在配置文件中的 system.identityModel.services< 元素下>。
类
| 名称 | 说明 |
|---|---|
| AudienceUriElement |
表示在元素下 |
| AudienceUriElementCollection |
表示配置文件中的元素 |
| ConfigurationElementInterceptor |
Windows Identity Foundation(WIF)配置架构的某些部分,用户可以在其中指定任意元素和属性;例如,指定自定义令牌处理程序时。 该 ConfigurationElementInterceptor 类实现以处理这些情况。 |
| CustomTypeElement |
表示在配置文件中指定自定义 Type 的元素或属性。 此类不能被继承。 |
| IdentityConfiguration |
定义控制 Windows Identity Foundation 行为的可配置属性的集合。 |
| IdentityConfigurationElement |
表示配置文件中的元素 |
| IdentityConfigurationElementCollection |
表示配置文件中元素的 |
| IdentityModelCaches |
定义配置为检测重播令牌和缓存会话令牌的缓存。 此类不能被继承。 |
| IdentityModelCachesElement |
表示 |
| IssuerNameRegistryElement |
表示配置文件中的元素 |
| SecurityTokenHandlerConfigurationElement |
表示 |
| SecurityTokenHandlerElementCollection |
表示 |
| SecurityTokenHandlerSetElementCollection |
表示配置文件中元素 |
| SecurityTokenServiceConfiguration |
定义安全令牌服务(STS)的配置。 实现 STS 的类派生自该 SecurityTokenService 类。 |
| SystemIdentityModelSection |
表示 |
| TokenReplayDetectionElement |
表示 |
| X509CertificateValidationElement |
表示 |
接口
| 名称 | 说明 |
|---|---|
| ICustomIdentityConfiguration |
定义使类能够加载自定义配置的方法。 |