共用方式為


AuthenticationDescription 建構函式

定義

多載

AuthenticationDescription()

初始化 AuthenticationDescription 類別的新執行個體

AuthenticationDescription(IDictionary<String,Object>)

初始化 AuthenticationDescription 類別的新執行個體

AuthenticationDescription()

來源:
AuthenticationDescription.cs
來源:
AuthenticationDescription.cs

初始化 AuthenticationDescription 類別的新執行個體

public:
 AuthenticationDescription();
public AuthenticationDescription ();
Public Sub New ()

適用於

AuthenticationDescription(IDictionary<String,Object>)

來源:
AuthenticationDescription.cs
來源:
AuthenticationDescription.cs

初始化 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))

參數

適用於