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>