AuthenticationModuleElement.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前執行個體的型別和組件資訊。
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"
。