WebAuthenticatorResult Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
WebAuthenticatorResult() |
Inicializuje novou instanci WebAuthenticatorResult třídy. |
WebAuthenticatorResult(IDictionary<String,String>) |
Vytvořte novou instanci z existujícího slovníku. |
WebAuthenticatorResult(Uri) |
Inicializuje novou instanci WebAuthenticatorResult třídy parsováním parametrů řetězce dotazu identifikátoru URI. |
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder) |
Inicializuje novou instanci WebAuthenticatorResult třídy parsováním parametrů řetězce dotazu identifikátoru URI. |
WebAuthenticatorResult()
Inicializuje novou instanci WebAuthenticatorResult třídy.
public:
WebAuthenticatorResult();
public WebAuthenticatorResult ();
Public Sub New ()
Platí pro
WebAuthenticatorResult(IDictionary<String,String>)
Vytvořte novou instanci z existujícího slovníku.
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>
Slovník vlastností, které se mají začlenit.
Platí pro
WebAuthenticatorResult(Uri)
Inicializuje novou instanci WebAuthenticatorResult třídy parsováním parametrů řetězce dotazu identifikátoru 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
Identifikátor URI zpětného volání, který se použil k ukončení sekvence ověřování.
Platí pro
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder)
Inicializuje novou instanci WebAuthenticatorResult třídy parsováním parametrů řetězce dotazu identifikátoru 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
Identifikátor URI zpětného volání, který se použil k ukončení sekvence ověřování.
- responseDecoder
- IWebAuthenticatorResponseDecoder
Dekodér, který lze použít k dekódování identifikátoru URI zpětného volání.
Poznámky
Pokud responseDecoder není null, použije se k dekódování fragmentu nebo řetězce dotazu vráceného autorizační službou. V opačném případě se použije výchozí dekodér odpovědi.