WindowsTokenRoleProvider 构造函数
定义
创建 WindowsTokenRoleProvider 类的实例。Creates an instance of the WindowsTokenRoleProvider class.
public:
WindowsTokenRoleProvider();
public WindowsTokenRoleProvider ();
Public Sub New ()
注解
WindowsTokenRoleProvider构造函数由 ASP.NET 调用,以创建 WindowsTokenRoleProvider 在应用程序的配置中指定的类的实例。The WindowsTokenRoleProvider constructor is called by ASP.NET to create an instance of the WindowsTokenRoleProvider class as specified in the configuration for the application. 不应在代码中使用此构造函数。This constructor is not intended to be used from your code.