DevicePairingResult.ProtectionLevelUsed 属性

定义

获取用于配对设备的保护级别。

public:
 property DevicePairingProtectionLevel ProtectionLevelUsed { DevicePairingProtectionLevel get(); };
DevicePairingProtectionLevel ProtectionLevelUsed();
public DevicePairingProtectionLevel ProtectionLevelUsed { get; }
var devicePairingProtectionLevel = devicePairingResult.protectionLevelUsed;
Public ReadOnly Property ProtectionLevelUsed As DevicePairingProtectionLevel

属性值

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

适用于