Partager via


WebAuthenticatorResult Constructeurs

Définition

Surcharges

WebAuthenticatorResult()
WebAuthenticatorResult(IDictionary<String,String>)

Create une nouvelle instance à partir d’un dictionnaire existant.

WebAuthenticatorResult(Uri)

Create une nouvelle instance en analysant les paramètres de chaîne de requête d’un URI.

WebAuthenticatorResult()

public WebAuthenticatorResult ();

S’applique à

WebAuthenticatorResult(IDictionary<String,String>)

Create une nouvelle instance à partir d’un dictionnaire existant.

public WebAuthenticatorResult (System.Collections.Generic.IDictionary<string,string> properties);

Paramètres

properties
System.Collections.Generic.IDictionary<System.String,System.String>

S’applique à

WebAuthenticatorResult(Uri)

Create une nouvelle instance en analysant les paramètres de chaîne de requête d’un URI.

public WebAuthenticatorResult (Uri uri);

Paramètres

uri
System.Uri

S’applique à