WSFederationElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的 <wsFederation>
元素。 此类不能被继承。
public ref class WSFederationElement sealed : System::Configuration::ConfigurationElement
public sealed class WSFederationElement : System.Configuration.ConfigurationElement
type WSFederationElement = class
inherit ConfigurationElement
Public NotInheritable Class WSFederationElement
Inherits ConfigurationElement
- 继承
注解
<wsFederation>
元素为 WS-Federation 身份验证模块 (WSFAM) (由 WSFederationAuthenticationModule 类表示)提供配置。 类的属性 WSFederationElement 表示 元素的属性 <wsFederation>
。
构造函数
WSFederationElement() |
初始化 WSFederationElement 类的新实例。 |