共用方式為


WebAuthenticatorResult 建構函式

定義

多載

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

從現有的字典 Create 新的實例。

WebAuthenticatorResult(Uri)

藉由剖析 Uri 的查詢字串參數,Create 新的實例。

WebAuthenticatorResult()

public WebAuthenticatorResult ();

適用於

WebAuthenticatorResult(IDictionary<String,String>)

從現有的字典 Create 新的實例。

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

參數

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

適用於

WebAuthenticatorResult(Uri)

藉由剖析 Uri 的查詢字串參數,Create 新的實例。

public WebAuthenticatorResult (Uri uri);

參數

uri
System.Uri

適用於