WebAuthenticatorResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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