WebAuthenticationCoreManager.FindAllAccountsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FindAllAccountsAsync(WebAccountProvider) |
特定の ID プロバイダーに対してユーザーによって追加されたすべてのアカウントを列挙します。 |
FindAllAccountsAsync(WebAccountProvider, String) |
特定の ID プロバイダーに対してユーザーによって追加されたすべてのアカウントを列挙します。 |
FindAllAccountsAsync(WebAccountProvider)
特定の ID プロバイダーに対してユーザーによって追加されたすべてのアカウントを列挙します。
public:
static IAsyncOperation<FindAllAccountsResult ^> ^ FindAllAccountsAsync(WebAccountProvider ^ provider);
/// [Windows.Foundation.Metadata.Overload("FindAllAccountsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider const& provider);
[Windows.Foundation.Metadata.Overload("FindAllAccountsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider provider);
function findAllAccountsAsync(provider)
Public Shared Function FindAllAccountsAsync (provider As WebAccountProvider) As IAsyncOperation(Of FindAllAccountsResult)
パラメーター
- provider
- WebAccountProvider
取得するアカウントを所有する ID プロバイダー。
戻り値
非同期検索操作。 正常に完了すると、アカウント取得の結果を表す FindAllAccountsResult オブジェクトが含まれます。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
適用対象
FindAllAccountsAsync(WebAccountProvider, String)
特定の ID プロバイダーに対してユーザーによって追加されたすべてのアカウントを列挙します。
public:
static IAsyncOperation<FindAllAccountsResult ^> ^ FindAllAccountsAsync(WebAccountProvider ^ provider, Platform::String ^ clientId);
/// [Windows.Foundation.Metadata.Overload("FindAllAccountsWithClientIdAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider const& provider, winrt::hstring const& clientId);
[Windows.Foundation.Metadata.Overload("FindAllAccountsWithClientIdAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FindAllAccountsResult> FindAllAccountsAsync(WebAccountProvider provider, string clientId);
function findAllAccountsAsync(provider, clientId)
Public Shared Function FindAllAccountsAsync (provider As WebAccountProvider, clientId As String) As IAsyncOperation(Of FindAllAccountsResult)
パラメーター
- provider
- WebAccountProvider
取得するアカウントを所有する ID プロバイダー。
- clientId
-
String
Platform::String
winrt::hstring
クライアント アプリケーションの ID。
戻り値
非同期検索操作。 正常に完了すると、アカウント取得の結果を表す FindAllAccountsResult オブジェクトが含まれます。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|