SecondaryAuthenticationFactorAuthenticationStage
SecondaryAuthenticationFactorAuthenticationStage
SecondaryAuthenticationFactorAuthenticationStage
SecondaryAuthenticationFactorAuthenticationStage
Enum
Definition
Gets the stage of the companion device authentication.
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 : enum class SecondaryAuthenticationFactorAuthenticationStagepublic enum SecondaryAuthenticationFactorAuthenticationStagePublic Enum SecondaryAuthenticationFactorAuthenticationStage// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| CheckingDevicePresence CheckingDevicePresence CheckingDevicePresence CheckingDevicePresence | |
| CollectingCredential CollectingCredential CollectingCredential CollectingCredential | Collecting credential. |
| CredentialAuthenticated CredentialAuthenticated CredentialAuthenticated CredentialAuthenticated | Credential authenticated. |
| CredentialCollected CredentialCollected CredentialCollected CredentialCollected | Credential collected |
| NotStarted NotStarted NotStarted NotStarted | Authentication not started. |
| ReadyForLock ReadyForLock ReadyForLock ReadyForLock | Ready for lock. |
| StoppingAuthentication StoppingAuthentication StoppingAuthentication StoppingAuthentication | Stopping authentication. |
| SuspendingAuthentication SuspendingAuthentication SuspendingAuthentication SuspendingAuthentication | Suspending authentication. |
| WaitingForUserConfirmation WaitingForUserConfirmation WaitingForUserConfirmation WaitingForUserConfirmation | Waiting for user confirmation. |