Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.41 KB

secondaryauthenticationfactorregistrationstatus.md

File metadata and controls

40 lines (27 loc) · 1.41 KB
-api-id -api-type
T:Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorRegistrationStatus
winrt enum

SecondaryAuthenticationFactorRegistrationStatus

-description

Represents the status of a companion device registration.

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.

-enum-fields

-field Failed:0

Registration failed.

-field Started:1

Registration started.

-field CanceledByUser:2

Registration cancelled by the user.

-field PinSetupRequired:3

PIN setup is required before registration can occur.

-field DisabledByPolicy:4

Registration is disabled by policy.

-remarks

-examples

-see-also

Windows Unlock with companion (IoT) devices