AuthenticationDescription 构造函数

定义

重载

AuthenticationDescription()

初始化 AuthenticationDescription 类的新实例。

AuthenticationDescription(IDictionary<String,Object>)

初始化 AuthenticationDescription 类的新实例。

AuthenticationDescription()

Source:
AuthenticationDescription.cs
Source:
AuthenticationDescription.cs

初始化 AuthenticationDescription 类的新实例。

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

适用于

AuthenticationDescription(IDictionary<String,Object>)

Source:
AuthenticationDescription.cs
Source:
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))

参数

适用于