Partager via


WebAuthenticationCoreManager.FindAllAccountsAsync Méthode

Définition

Surcharges

FindAllAccountsAsync(WebAccountProvider)

Énumère tous les comptes qui ont été ajoutés par un utilisateur pour un fournisseur d’ID particulier.

FindAllAccountsAsync(WebAccountProvider, String)

Énumère tous les comptes qui ont été ajoutés par un utilisateur pour un fournisseur d’ID particulier.

FindAllAccountsAsync(WebAccountProvider)

Énumère tous les comptes qui ont été ajoutés par un utilisateur pour un fournisseur d’ID particulier.

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)

Paramètres

provider
WebAccountProvider

Fournisseur d’ID propriétaire des comptes à récupérer.

Retours

Opération de recherche asynchrone. Une fois l’opération terminée, contient un objet FindAllAccountsResult représentant le résultat de la récupération du compte.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

S’applique à

FindAllAccountsAsync(WebAccountProvider, String)

Énumère tous les comptes qui ont été ajoutés par un utilisateur pour un fournisseur d’ID particulier.

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)

Paramètres

provider
WebAccountProvider

Fournisseur d’ID propriétaire des comptes à récupérer.

clientId
String

Platform::String

winrt::hstring

ID de l’application cliente.

Retours

Opération de recherche asynchrone. Une fois l’opération terminée, contient un objet FindAllAccountsResult représentant le résultat de la récupération du compte.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

S’applique à