WebAuthenticationCoreManager.FindAccountAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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