다음을 통해 공유


SecondaryAuthenticationFactorDevicePresenceMonitoringMode 열거형

정의

더 이상 사용되지 않습니다. 시스템에서 도우미 디바이스(예: 웨어러블 디바이스)의 존재를 모니터링하는 데 사용하는 연결 유형을 설명하는 값을 포함합니다.

참고

이 API는 모든 앱에서 사용할 수 없습니다. 개발자 계정이 secondaryAuthenticationFactor 기능을 사용하도록 Microsoft에서 특별히 프로비전하지 않는 한 이 API에 대한 호출은 실패합니다. 승인을 신청하려면 에 문의하세요 cdfonboard@microsoft.com. 기능에 대한 자세한 내용은 앱 기능 선언을 참조하세요. 도우미 디바이스 프레임워크에 대한 개요는 IoT(도우미를 사용하여 Windows 잠금 해제) 디바이스 개요를 참조하세요.

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

시스템은 클래스링 Bluetooth 프로토콜을 사용하여 도우미 디바이스의 존재를 모니터링합니다.

Unsupported 0

디바이스 현재 상태 모니터링은 지원되지 않습니다.

설명

도우미 디바이스는 현재 상태 모니터링을 등록할 때 이 값을 지정해야 합니다. 도우미 디바이스가 보조 인증에만 등록되어 있고 현재 상태 모니터링이 아닌 경우 해당 SecondaryAuthenticationFactorInfo지원되지 않는 기본값을 표시합니다.

적용 대상