AuthenticationSection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 AuthenticationSection 类的新实例。
public:
AuthenticationSection();
public AuthenticationSection ();
Public Sub New ()
示例
下面的代码示例演示如何获取 AuthenticationSection 对象。
AuthenticationSection newauthenticationSection =
new AuthenticationSection();
Dim newauthenticationSection _
As New AuthenticationSection()
注解
构造 AuthenticationSection 函数不打算直接从代码使用。 它由 ASP.NET 配置系统调用。 可以使用GetSection该方法获取类的AuthenticationSection实例。