WebAuthenticatorResult Constructors

Definition

Overloads

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

Create a new instance from an existing dictionary.

WebAuthenticatorResult(Uri)

Create a new instance by parsing a Uri's querystring parameters.

WebAuthenticatorResult()

public WebAuthenticatorResult ();

Applies to

WebAuthenticatorResult(IDictionary<String,String>)

Create a new instance from an existing dictionary.

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

Parameters

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

Applies to

WebAuthenticatorResult(Uri)

Create a new instance by parsing a Uri's querystring parameters.

public WebAuthenticatorResult (Uri uri);

Parameters

uri
System.Uri

Applies to