SecondaryAuthenticationFactorDevicePresenceMonitoringMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
已弃用。 包含的值描述系统用于监视配套设备 ((如可穿戴设备) )是否存在的连接类型。
注意
此 API 并非适用于所有应用。 除非 Microsoft 专门预配开发人员帐户以使用 secondaryAuthenticationFactor 功能,否则对此 API 的调用将失败。 若要申请批准,请联系 cdfonboard@microsoft.com。 有关功能的详细信息,请参阅 应用功能声明。 有关配套设备框架的概述,请参阅 Windows 解锁与配套 (IoT) 设备 概述。
public enum class SecondaryAuthenticationFactorDevicePresenceMonitoringMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class SecondaryAuthenticationFactorDevicePresenceMonitoringMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDevicePresenceMonitoringMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
enum class SecondaryAuthenticationFactorDevicePresenceMonitoringMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDevicePresenceMonitoringMode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
public enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorDevicePresenceMonitoringMode.unsupported
Public Enum SecondaryAuthenticationFactorDevicePresenceMonitoringMode
- 继承
-
SecondaryAuthenticationFactorDevicePresenceMonitoringMode
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
字段
名称 | 值 | 说明 |
---|---|---|
AppManaged | 1 | 系统使用与配套设备对应的应用来监视其状态。 |
SystemManaged | 2 | 系统使用分类蓝牙协议来监视配套设备是否存在。 |
Unsupported | 0 | 不支持设备状态监视。 |
注解
配套设备在注册状态监视时必须指定此值。 如果配套设备只注册了辅助身份验证,而未注册状态监视,则其相应的 SecondaryAuthenticationFactorInfo 将显示默认值 不受支持的值。