Compartir a través de


WebAuthenticationCoreManager.FindAccountAsync Método

Definición

Intenta buscar de forma asincrónica un proveedor de cuentas 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)

Parámetros

provider
WebAccountProvider

Proveedor de cuenta web para la cuenta web.

webAccountId
String

Platform::String

winrt::hstring

Identificador de la cuenta web.

Devoluciones

Una operación de búsqueda asincrónica. Al finalizar correctamente, contiene un objeto WebAccount que representa la cuenta web encontrada.

Atributos

Se aplica a

Consulte también