SecondaryAuthenticationFactorAuthenticationStage 枚举

定义

获取配套设备身份验证的阶段。

注意

此 API 并非适用于所有应用。 除非 Microsoft 专门预配开发人员帐户以使用 secondaryAuthenticationFactor 功能,否则对此 API 的调用将失败。 若要申请批准,请联系 cdfonboard@microsoft.com。 有关功能的详细信息,请参阅 应用功能声明。 有关配套设备框架的概述,请参阅 Windows 解锁与配套 (IoT) 设备 概述。

public enum class SecondaryAuthenticationFactorAuthenticationStage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SecondaryAuthenticationFactorAuthenticationStage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStage is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
enum class SecondaryAuthenticationFactorAuthenticationStage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SecondaryAuthenticationFactorAuthenticationStage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStage is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public enum SecondaryAuthenticationFactorAuthenticationStage
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorAuthenticationStage.notStarted
Public Enum SecondaryAuthenticationFactorAuthenticationStage
继承
SecondaryAuthenticationFactorAuthenticationStage
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

字段

CheckingDevicePresence 8

已弃用。 检查设备状态。

CollectingCredential 2

收集凭据。

CredentialAuthenticated 5

凭据已经过身份验证。

CredentialCollected 4

收集的凭据

NotStarted 0

身份验证未启动。

ReadyForLock 7

准备好锁定。

StoppingAuthentication 6

正在停止身份验证。

SuspendingAuthentication 3

挂起身份验证。

WaitingForUserConfirmation 1

正在等待用户确认。

注解

版本历史记录

Windows 版本 SDK 版本 增值
1703 15063 CheckingDevicePresence

适用于

另请参阅