AuthenticationDescription 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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))
参数
- items
- IDictionary<String,Object>