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