SecondaryAuthenticationFactorDevicePresenceMonitoringMode
SecondaryAuthenticationFactorDevicePresenceMonitoringMode
SecondaryAuthenticationFactorDevicePresenceMonitoringMode
SecondaryAuthenticationFactorDevicePresenceMonitoringMode
Enum
Definition
Contains values that describe the type of connection that the system uses to monitor the presence of a companion device (such as a wearable device).
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 SecondaryAuthenticationFactorDevicePresenceMonitoringModepublic enum SecondaryAuthenticationFactorDevicePresenceMonitoringModePublic Enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| AppManaged AppManaged AppManaged AppManaged | The system uses an app that corresponds to the companion device to monitor its presence. |
| SystemManaged SystemManaged SystemManaged SystemManaged | The system uses classing Bluetooth protocol to monitor the presence of the companion device. |
| Unsupported Unsupported Unsupported Unsupported | Device presence monitoring is not supported. |
Remarks
A companion device must specify this value when registering for presence monitoring. If the companion device has only registered for secondary authentication and not presence monitoring, its corresponding SecondaryAuthenticationFactorInfo will show a default value of unsupported.