SystemIdentityModelServicesSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的 <system.identityModel.services>
部分。 此类不能被继承。
public ref class SystemIdentityModelServicesSection sealed : System::Configuration::ConfigurationSection
public sealed class SystemIdentityModelServicesSection : System.Configuration.ConfigurationSection
type SystemIdentityModelServicesSection = class
inherit ConfigurationSection
Public NotInheritable Class SystemIdentityModelServicesSection
Inherits ConfigurationSection
- 继承
注解
部分 <system.identityModel.services>
使用 WS-Federation 协议配置身份验证。 它包含配置 WSFederationAuthenticationModule (WSFAM) 和 SessionAuthenticationModule (SAM) 的元素。
构造函数
SystemIdentityModelServicesSection() |
初始化 SystemIdentityModelServicesSection 类的新实例。 |
字段
SectionName |
定义配置节的名称的常量;“system.identityModel.services”。 |