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

配对不使用保护级别的设备。

适用于