Compartir a través de


SecondaryAuthenticationFactorAuthentication.GetAuthenticationStageInfoAsync Método

Definición

Obtiene información sobre la fase de autenticación.

Nota

Esta API no está disponible para todas las aplicaciones. A menos que Microsoft aprovisione especialmente la cuenta de desarrollador para usar la funcionalidad secondaryAuthenticationFactor , se producirá un error en las llamadas a esta API. Para solicitar aprobación, póngase en contacto con cdfonboard@microsoft.com. Para obtener más información sobre las funcionalidades, consulte Declaraciones de funcionalidad de la aplicación. Para obtener información general sobre el marco de dispositivos complementarios, consulte la introducción a desbloqueo de Windows con dispositivos complementarios (IoT ).

public:
 static IAsyncOperation<SecondaryAuthenticationFactorAuthenticationStageInfo ^> ^ GetAuthenticationStageInfoAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SecondaryAuthenticationFactorAuthenticationStageInfo> GetAuthenticationStageInfoAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthentication is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
 static IAsyncOperation<SecondaryAuthenticationFactorAuthenticationStageInfo> GetAuthenticationStageInfoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SecondaryAuthenticationFactorAuthenticationStageInfo> GetAuthenticationStageInfoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthentication is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<SecondaryAuthenticationFactorAuthenticationStageInfo> GetAuthenticationStageInfoAsync();
function getAuthenticationStageInfoAsync()
Public Shared Function GetAuthenticationStageInfoAsync () As IAsyncOperation(Of SecondaryAuthenticationFactorAuthenticationStageInfo)

Devoluciones

Cuando se completa este método, devuelve información sobre la fase de autenticación.

Atributos

Se aplica a

Consulte también