Compartir a través de


SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs.StageInfo Propiedad

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:
 property SecondaryAuthenticationFactorAuthenticationStageInfo ^ StageInfo { SecondaryAuthenticationFactorAuthenticationStageInfo ^ get(); };
SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo();
public SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo { get; }
public SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var secondaryAuthenticationFactorAuthenticationStageInfo = secondaryAuthenticationFactorAuthenticationStageChangedEventArgs.stageInfo;
Public ReadOnly Property StageInfo As SecondaryAuthenticationFactorAuthenticationStageInfo

Valor de propiedad

Información sobre la fase de autenticación.

Atributos

Se aplica a

Consulte también