AuthenticationModulesSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示身份验证模块的配置部分。 此类不能被继承。
public ref class AuthenticationModulesSection sealed : System::Configuration::ConfigurationSection
public sealed class AuthenticationModulesSection : System.Configuration.ConfigurationSection
type AuthenticationModulesSection = class
inherit ConfigurationSection
Public NotInheritable Class AuthenticationModulesSection
Inherits ConfigurationSection
- 继承
注解
此类对应于 <authenticationModules> 元素(网络设置) 配置元素。
此类用于访问注册以对向和WebRequestWebClient类发出的请求进行身份验证的模块的相关信息。
此类提供对可存储在配置文件中的信息的编程访问。
构造函数
| 名称 | 说明 |
|---|---|
| AuthenticationModulesSection() |
初始化 AuthenticationModulesSection 类的新实例。 |