共用方式為


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) ,而且不適合直接從程序代碼使用。

適用於

另請參閱