共用方式為


WebAuthenticationCoreManager.FindAccountProviderAsync 方法

定義

多載

FindAccountProviderAsync(String)

以非同步方式嘗試尋找 Web 帳戶提供者。

FindAccountProviderAsync(String, String)

以非同步方式嘗試尋找 Web 帳戶提供者。

FindAccountProviderAsync(String, String, User)

以非同步方式嘗試尋找 Web 帳戶提供者。

FindAccountProviderAsync(String)

以非同步方式嘗試尋找 Web 帳戶提供者。

public:
 static IAsyncOperation<WebAccountProvider ^> ^ FindAccountProviderAsync(Platform::String ^ webAccountProviderId);
/// [Windows.Foundation.Metadata.Overload("FindAccountProviderAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(winrt::hstring const& webAccountProviderId);
[Windows.Foundation.Metadata.Overload("FindAccountProviderAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(string webAccountProviderId);
function findAccountProviderAsync(webAccountProviderId)
Public Shared Function FindAccountProviderAsync (webAccountProviderId As String) As IAsyncOperation(Of WebAccountProvider)

參數

webAccountProviderId
String

Platform::String

winrt::hstring

要尋找的 Web 帳戶提供者識別碼。

傳回

非同步尋找作業。 成功完成時,包含代表找到的 Web 帳戶提供者的 WebAccountProvider 物件。

屬性

另請參閱

適用於

FindAccountProviderAsync(String, String)

以非同步方式嘗試尋找 Web 帳戶提供者。

public:
 static IAsyncOperation<WebAccountProvider ^> ^ FindAccountProviderAsync(Platform::String ^ webAccountProviderId, Platform::String ^ authority);
/// [Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(winrt::hstring const& webAccountProviderId, winrt::hstring const& authority);
[Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(string webAccountProviderId, string authority);
function findAccountProviderAsync(webAccountProviderId, authority)
Public Shared Function FindAccountProviderAsync (webAccountProviderId As String, authority As String) As IAsyncOperation(Of WebAccountProvider)

參數

webAccountProviderId
String

Platform::String

winrt::hstring

要尋找的 Web 帳戶提供者識別碼。

authority
String

Platform::String

winrt::hstring

要尋找之 Web 帳戶提供者的授權單位。

重要

使用 "https://login.windows.local" 作為 webAccountProviderId 值時,您不應該指定 授權 值。 請改用這個方法的單 一參數多載

傳回

非同步尋找作業。 成功完成時,包含代表找到的 Web 帳戶提供者的 WebAccountProvider 物件。

屬性

另請參閱

適用於

FindAccountProviderAsync(String, String, User)

以非同步方式嘗試尋找 Web 帳戶提供者。

public:
 static IAsyncOperation<WebAccountProvider ^> ^ FindAccountProviderAsync(Platform::String ^ webAccountProviderId, Platform::String ^ authority, User ^ user);
/// [Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(winrt::hstring const& webAccountProviderId, winrt::hstring const& authority, User const& user);
[Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(string webAccountProviderId, string authority, User user);
function findAccountProviderAsync(webAccountProviderId, authority, user)
Public Shared Function FindAccountProviderAsync (webAccountProviderId As String, authority As String, user As User) As IAsyncOperation(Of WebAccountProvider)

參數

webAccountProviderId
String

Platform::String

winrt::hstring

要尋找的 Web 帳戶提供者識別碼。

authority
String

Platform::String

winrt::hstring

要尋找之 Web 帳戶提供者的授權單位。

user
User

與 Web 帳戶提供者相關聯的使用者,要尋找。

重要

使用 "https://login.windows.local" 作為 webAccountProviderId 值時,您不應該指定 授權 值。 請改用這個方法的單 一參數多載

傳回

非同步尋找作業。 成功完成時,包含代表找到的 Web 帳戶提供者的 WebAccountProvider 物件。

屬性

另請參閱

適用於