다음을 통해 공유


SecondaryAuthenticationFactorDeviceCapabilities 열거형

정의

도우미 디바이스의 기능을 나타냅니다.

참고

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

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class SecondaryAuthenticationFactorDeviceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SecondaryAuthenticationFactorDeviceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDeviceCapabilities 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 SecondaryAuthenticationFactorDeviceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SecondaryAuthenticationFactorDeviceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorDeviceCapabilities 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 SecondaryAuthenticationFactorDeviceCapabilities
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorDeviceCapabilities.none
Public Enum SecondaryAuthenticationFactorDeviceCapabilities
상속
SecondaryAuthenticationFactorDeviceCapabilities
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

필드

CloseRangeDataTransmission 64

디바이스는 근거리 데이터 전송을 지원합니다.

ConfirmUserIntentToAuthenticate 4

도우미 디바이스가 인증하려는 사용자 의도를 확인할 수 있는 경우 이 플래그를 설정합니다.

HMacSha256 32

디바이스는 HMacSha256을 지원합니다.

None 0

기능이 없습니다.

SecureStorage 1

도우미 디바이스가 보안 스토리지를 지원하고 인증 키 및 디바이스 키를 무단 액세스로부터 보호할 수 있는 경우 이 플래그를 설정합니다. 키 스토리지가 보안 표시줄을 충족하는지 확인하려면 에 문의하세요 cdfonboard@microsoft.com.

StoreKeys 2

도우미 디바이스가 인증 키와 디바이스 키를 저장하는 경우 이 플래그를 설정합니다.

SupportSecureUserPresenceCheck 8

더 이상 사용되지 않습니다. 도우미 디바이스가 사용자의 ID 및 현재 상태를 안전하게 확인하는 것을 지원하는 경우 이 플래그를 설정합니다. 사용자 존재 검사 보안 표시줄을 충족하는지 확인하려면 에 문의cdfonboard@microsoft.com하세요.

TransmittedDataIsEncrypted 16

도우미 디바이스가 암호화된 채널을 통해 인증 키 및 디바이스 키를 전송하는 경우 이 플래그를 설정합니다.

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 CloseRangeDataTransmission

적용 대상

추가 정보