次の方法で共有


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

適用対象