Share via


DevicePairingProtectionLevel 열거형

정의

페어링에 대한 보호 수준입니다.

public enum class DevicePairingProtectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DevicePairingProtectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DevicePairingProtectionLevel
var value = Windows.Devices.Enumeration.DevicePairingProtectionLevel.default
Public Enum DevicePairingProtectionLevel
상속
DevicePairingProtectionLevel
특성

Windows 요구 사항

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

필드

Default 0

기본값입니다. 사용해서는 안 됩니다.

Encryption 2

암호화를 사용하여 디바이스를 페어링합니다.

EncryptionAndAuthentication 3

암호화 및 인증을 사용하여 디바이스를 페어링합니다.

None 1

보호 수준을 사용하지 않고 디바이스를 페어링합니다.

적용 대상