WebAuthenticatorResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WebAuthenticatorResult() |
WebAuthenticatorResult クラスの新しいインスタンスを初期化します。 |
WebAuthenticatorResult(IDictionary<String,String>) |
既存のディクショナリから新しいインスタンスを作成します。 |
WebAuthenticatorResult(Uri) |
URI のクエリ文字列パラメーターを WebAuthenticatorResult 解析して、 クラスの新しいインスタンスを初期化します。 |
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder) |
URI のクエリ文字列パラメーターを WebAuthenticatorResult 解析して、 クラスの新しいインスタンスを初期化します。 |
WebAuthenticatorResult()
WebAuthenticatorResult クラスの新しいインスタンスを初期化します。
public:
WebAuthenticatorResult();
public WebAuthenticatorResult ();
Public Sub New ()
適用対象
WebAuthenticatorResult(IDictionary<String,String>)
既存のディクショナリから新しいインスタンスを作成します。
public:
WebAuthenticatorResult(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public WebAuthenticatorResult (System.Collections.Generic.IDictionary<string,string> properties);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (properties As IDictionary(Of String, String))
パラメーター
- properties
- IDictionary<String,String>
組み込むプロパティのディクショナリ。
適用対象
WebAuthenticatorResult(Uri)
URI のクエリ文字列パラメーターを WebAuthenticatorResult 解析して、 クラスの新しいインスタンスを初期化します。
public:
WebAuthenticatorResult(Uri ^ uri);
public WebAuthenticatorResult (Uri uri);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : Uri -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (uri As Uri)
パラメーター
- uri
- Uri
認証シーケンスを終了するために使用されたコールバック URI。
適用対象
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder)
URI のクエリ文字列パラメーターを WebAuthenticatorResult 解析して、 クラスの新しいインスタンスを初期化します。
public:
WebAuthenticatorResult(Uri ^ uri, Microsoft::Maui::Authentication::IWebAuthenticatorResponseDecoder ^ responseDecoder);
public WebAuthenticatorResult (Uri uri, Microsoft.Maui.Authentication.IWebAuthenticatorResponseDecoder responseDecoder);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : Uri * Microsoft.Maui.Authentication.IWebAuthenticatorResponseDecoder -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (uri As Uri, responseDecoder As IWebAuthenticatorResponseDecoder)
パラメーター
- uri
- Uri
認証シーケンスを終了するために使用されたコールバック URI。
- responseDecoder
- IWebAuthenticatorResponseDecoder
コールバック URI のデコードに使用できるデコーダー。
注釈
responseDecoder が null 以外の場合は、承認サービスによって返されるフラグメントまたはクエリ文字列をデコードするために使用されます。 それ以外の場合は、既定の応答デコーダーが使用されます。
適用対象
.NET MAUI