WindowsTokenRoleProvider.Initialize(String, NameValueCollection) 方法

定义

利用在 ASP.NET 应用程序的配置文件中指定的属性值初始化 Windows 标记角色提供程序。 此方法不能直接在代码中使用。

public:
 override void Initialize(System::String ^ name, System::Collections::Specialized::NameValueCollection ^ config);
public override void Initialize (string name, System.Collections.Specialized.NameValueCollection config);
override this.Initialize : string * System.Collections.Specialized.NameValueCollection -> unit
Public Overrides Sub Initialize (name As String, config As NameValueCollection)

参数

name
String

要初始化的 WindowsTokenRoleProvider 实例的名称。

config
NameValueCollection

一个 NameValueCollection 构造函数,包含 WindowsTokenRoleProvider 类的配置选项的名称和值。

例外

confignull

配置中的 applicationName 特性的长度超过 256 个字符。

- 或 -

WindowsTokenRoleProvider 实例的应用程序配置文件包含无法识别的特性。

注解

方法 Initialize 使用 ASP.NET 应用程序配置文件中指定的属性值初始化 WindowsTokenRoleProvider 类 (Web.config) ,不应直接从代码中使用。

适用于

另请参阅