System.IdentityModel.Configuration 命名空间

包含为使用 Windows Identity Foundation (WIF)生成的应用程序和服务提供配置的类。 此命名空间中的类表示 identityConfiguration< 元素下的>设置。 使用 WS-Federation 协议配置联合的类主要包含在命名空间中 System.IdentityModel.Services.Configuration 。 这些设置显示在配置文件中的 system.identityModel.services< 元素下>

名称 说明
AudienceUriElement

表示在元素下 <audienceUris> 配置的受众 URI 值。

AudienceUriElementCollection

表示配置文件中的元素 <audienceUris>

ConfigurationElementInterceptor

Windows Identity Foundation(WIF)配置架构的某些部分,用户可以在其中指定任意元素和属性;例如,指定自定义令牌处理程序时。 该 ConfigurationElementInterceptor 类实现以处理这些情况。

CustomTypeElement

表示在配置文件中指定自定义 Type 的元素或属性。 此类不能被继承。

IdentityConfiguration

定义控制 Windows Identity Foundation 行为的可配置属性的集合。

IdentityConfigurationElement

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

IdentityConfigurationElementCollection

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

IdentityModelCaches

定义配置为检测重播令牌和缓存会话令牌的缓存。 此类不能被继承。

IdentityModelCachesElement

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

IssuerNameRegistryElement

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

SecurityTokenHandlerConfigurationElement

表示 <securityTokenHandlerConfiguration> 配置文件中的元素。

SecurityTokenHandlerElementCollection

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

SecurityTokenHandlerSetElementCollection

表示配置文件中元素<securityTokenHandlers>下所有<identityConfiguration>元素的集合。 此类不能被继承。

SecurityTokenServiceConfiguration

定义安全令牌服务(STS)的配置。 实现 STS 的类派生自该 SecurityTokenService 类。

SystemIdentityModelSection

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

TokenReplayDetectionElement

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

X509CertificateValidationElement

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

接口

名称 说明
ICustomIdentityConfiguration

定义使类能够加载自定义配置的方法。