WebAuthenticatorResult Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
WebAuthenticatorResult() |
Inicjuje nowe wystąpienie klasy WebAuthenticatorResult. |
WebAuthenticatorResult(IDictionary<String,String>) |
Utwórz nowe wystąpienie na podstawie istniejącego słownika. |
WebAuthenticatorResult(Uri) |
Inicjuje WebAuthenticatorResult nowe wystąpienie klasy, analizuje parametry ciągu zapytania identyfikatora URI. |
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder) |
Inicjuje WebAuthenticatorResult nowe wystąpienie klasy, analizuje parametry ciągu zapytania identyfikatora URI. |
WebAuthenticatorResult()
Inicjuje nowe wystąpienie klasy WebAuthenticatorResult.
public:
WebAuthenticatorResult();
public WebAuthenticatorResult ();
Public Sub New ()
Dotyczy
WebAuthenticatorResult(IDictionary<String,String>)
Utwórz nowe wystąpienie na podstawie istniejącego słownika.
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))
Parametry
- properties
- IDictionary<String,String>
Słownik właściwości do uwzględnienia.
Dotyczy
WebAuthenticatorResult(Uri)
Inicjuje WebAuthenticatorResult nowe wystąpienie klasy, analizuje parametry ciągu zapytania identyfikatora URI.
public:
WebAuthenticatorResult(Uri ^ uri);
public WebAuthenticatorResult (Uri uri);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : Uri -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (uri As Uri)
Parametry
- uri
- Uri
Identyfikator URI wywołania zwrotnego, który został użyty do zakończenia sekwencji uwierzytelniania.
Dotyczy
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder)
Inicjuje WebAuthenticatorResult nowe wystąpienie klasy, analizuje parametry ciągu zapytania identyfikatora URI.
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)
Parametry
- uri
- Uri
Identyfikator URI wywołania zwrotnego, który został użyty do zakończenia sekwencji uwierzytelniania.
- responseDecoder
- IWebAuthenticatorResponseDecoder
Dekoder, który może służyć do dekodowania identyfikatora URI wywołania zwrotnego.
Uwagi
Jeśli element responseDecoder jest inny niż null, służy do dekodowania fragmentu lub ciągu zapytania zwróconego przez usługę autoryzacji. W przeciwnym razie jest używany domyślny dekoder odpowiedzi.