SystemIdentityModelSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的 <system.identityModel>
部分。 此类不能被继承。
public ref class SystemIdentityModelSection sealed : System::Configuration::ConfigurationSection
public sealed class SystemIdentityModelSection : System.Configuration.ConfigurationSection
type SystemIdentityModelSection = class
inherit ConfigurationSection
Public NotInheritable Class SystemIdentityModelSection
Inherits ConfigurationSection
- 继承
注解
在 节中<system.identityModel>
,可以定义多个标识配置,每个配置都有唯一的名称并定义特定的配置;例如。 <identityConfiguration name="alternate" >
可以使用 属性检索 IdentityConfigurationElements 标识模型部分中定义的标识配置元素的集合。
如果未在标识配置元素上指定名称,则 元素将定义默认标识配置。 默认标识配置始终用于被动联合方案。 标识模型配置部分中只能存在一个默认配置。 可以使用 属性检索 DefaultIdentityConfigurationElement 它。
构造函数
SystemIdentityModelSection() |
初始化 SystemIdentityModelSection 类的新实例。 |
字段
SectionName |
被 Windows Identity Foundation (WIF) 定义的配置部分的名称;system.identityModel。 |