Compartilhar via


SecondaryAuthenticationFactorAuthentication.GetAuthenticationStageInfoAsync Método

Definição

Obtém informações sobre o estágio de autenticação.

Observação

Essa API não está disponível para todos os aplicativos. A menos que sua conta de desenvolvedor seja provisionada especialmente pela Microsoft para usar a funcionalidade secondaryAuthenticationFactor , as chamadas para essa API falharão. Para solicitar aprovação, entre em contato com cdfonboard@microsoft.com. Para obter mais informações sobre recursos, consulte Declarações de funcionalidade do aplicativo. Para obter uma visão geral da Estrutura de Dispositivo Complementar, consulte a Visão geral do Desbloqueio do Windows com dispositivos complementares (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)

Retornos

Quando esse método for concluído, ele retornará informações no estágio de autenticação.

Atributos

Aplica-se a

Confira também