WebAuthenticationCoreManager.FindAccountAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de manière asynchrone de trouver un fournisseur de compte 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)
Paramètres
- provider
- WebAccountProvider
Fournisseur de compte web pour le compte web.
- webAccountId
-
String
Platform::String
winrt::hstring
Identificateur du compte web.
Retours
Opération de recherche asynchrone. En cas de réussite, contient un objet WebAccount représentant le compte web trouvé.
- Attributs