次の方法で共有


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))

パラメーター

適用対象