BluetoothLEDevice.WasSecureConnectionUsedForPairing 属性

定义

获取一个布尔值,指示 BluetoothLEDevice 是否使用安全连接进行配对。

public:
 property bool WasSecureConnectionUsedForPairing { bool get(); };
bool WasSecureConnectionUsedForPairing();
public bool WasSecureConnectionUsedForPairing { get; }
var boolean = bluetoothLEDevice.wasSecureConnectionUsedForPairing;
Public ReadOnly Property WasSecureConnectionUsedForPairing As Boolean

属性值

Boolean

bool

一个布尔值,指示 BluetoothLEDevice 是否使用安全连接进行配对。

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

适用于