WebAuthenticationCoreManager.FindAccountAsync 方法

定义

异步尝试查找 Web 帐户提供程序。

public:
 static IAsyncOperation<WebAccount ^> ^ FindAccountAsync(WebAccountProvider ^ provider, Platform::String ^ webAccountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> FindAccountAsync(WebAccountProvider const& provider, winrt::hstring const& webAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> FindAccountAsync(WebAccountProvider provider, string webAccountId);
function findAccountAsync(provider, webAccountId)
Public Shared Function FindAccountAsync (provider As WebAccountProvider, webAccountId As String) As IAsyncOperation(Of WebAccount)

参数

provider
WebAccountProvider

Web 帐户的 Web 帐户提供程序。

webAccountId
String

Platform::String

winrt::hstring

Web 帐户的标识符。

返回

异步查找操作。 成功完成后,包含表示找到的 Web 帐户的 WebAccount 对象。

属性

适用于

另请参阅