共用方式為


AuthenticationModuleElement.Type 屬性

定義

取得或設定目前執行個體的型別和組件資訊。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)>]
member this.Type : string with get, set
Public Property Type As String

屬性值

識別實作驗證模組之型別的字串,如果未指定任何值則為 null

屬性

備註

此屬性包含完整類型名稱,後面接著逗號 (,) 和元件資訊。 元件資訊的元素會以逗號分隔,例如 Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000"

適用於

另請參閱