SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs Class

Definition

Provides information about the SecondaryAuthenticationFactorAuthenticationStageChanged event.

Note

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft to use the secondaryAuthenticationFactor capability, calls to this API will fail. To apply for approval, contact cdfonboard@microsoft.com. For more information on capabilities, see App capability declarations. For an overview of the Companion Device Framework, see the Windows Unlock with companion (IoT) devices overview.

public : sealed class SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs : ISecondaryAuthenticationFactorAuthenticationStageChangedEventArgspublic sealed class SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs : ISecondaryAuthenticationFactorAuthenticationStageChangedEventArgsPublic NotInheritable Class SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs Implements ISecondaryAuthenticationFactorAuthenticationStageChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

StageInfo StageInfo StageInfo StageInfo

Gets info on the authentication stage.

Note

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft to use the secondaryAuthenticationFactor capability, calls to this API will fail. To apply for approval, contact cdfonboard@microsoft.com. For more information on capabilities, see App capability declarations. For an overview of the Companion Device Framework, see the Windows Unlock with companion (IoT) devices overview.

public : SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo { get; }public SecondaryAuthenticationFactorAuthenticationStageInfo StageInfo { get; }Public ReadOnly Property StageInfo As SecondaryAuthenticationFactorAuthenticationStageInfo// You can use this property in JavaScript.
See Also

See Also