SecondaryAuthenticationFactorAuthenticationStage 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
도우미 디바이스 인증의 단계를 가져옵니다.
참고
이 API는 모든 앱에서 사용할 수 없습니다. 개발자 계정이 secondaryAuthenticationFactor 기능을 사용하도록 Microsoft에서 특별히 프로비전하지 않는 한 이 API에 대한 호출은 실패합니다. 승인을 신청하려면 에 문의하세요 cdfonboard@microsoft.com. 기능에 대한 자세한 내용은 앱 기능 선언을 참조하세요. 도우미 디바이스 프레임워크에 대한 개요는 IoT(도우미를 사용하여 Windows 잠금 해제) 디바이스 개요를 참조하세요.
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 |