WebAuthenticatorResult 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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