OAuthChallengeProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OAuthChallengeProperties() |
OAuthChallengeProperties の新しいインスタンスを初期化します。 |
OAuthChallengeProperties(IDictionary<String,String>) |
OAuthChallengeProperties の新しいインスタンスを初期化します。 |
OAuthChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>) |
OAuthChallengeProperties の新しいインスタンスを初期化します。 |
OAuthChallengeProperties()
OAuthChallengeProperties の新しいインスタンスを初期化します。
public:
OAuthChallengeProperties();
public OAuthChallengeProperties ();
Public Sub New ()
適用対象
OAuthChallengeProperties(IDictionary<String,String>)
OAuthChallengeProperties の新しいインスタンスを初期化します。
public:
OAuthChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties
Public Sub New (items As IDictionary(Of String, String))
パラメーター
- items
- IDictionary<String,String>
使用する状態値ディクショナリ。
適用対象
OAuthChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
OAuthChallengeProperties の新しいインスタンスを初期化します。
public:
OAuthChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string?>? items, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties
Public Sub New (items As IDictionary(Of String, String), parameters As IDictionary(Of String, Object))
パラメーター
- items
- IDictionary<String,String>
使用する状態値ディクショナリ。
- parameters
- IDictionary<String,Object>
使用するパラメーター ディクショナリ。