AuthenticationDescription 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AuthenticationDescription() |
初始化 AuthenticationDescription 類別的新執行個體 |
AuthenticationDescription(IDictionary<String,Object>) |
初始化 AuthenticationDescription 類別的新執行個體 |
AuthenticationDescription()
初始化 AuthenticationDescription 類別的新執行個體
public:
AuthenticationDescription();
public AuthenticationDescription ();
Public Sub New ()
適用於
AuthenticationDescription(IDictionary<String,Object>)
初始化 AuthenticationDescription 類別的新執行個體
public:
AuthenticationDescription(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ items);
public AuthenticationDescription (System.Collections.Generic.IDictionary<string,object> items);
new Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription
Public Sub New (items As IDictionary(Of String, Object))
參數
- items
- IDictionary<String,Object>