GattProtectionLevel 枚举

定义

表示所需的安全级别。

允许请求所需的安全选项。

public enum class GattProtectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattProtectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattProtectionLevel
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.plain
Public Enum GattProtectionLevel
继承
GattProtectionLevel
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
bluetooth

字段

AuthenticationRequired 1

要求对链接进行身份验证。

EncryptionAndAuthenticationRequired 3

要求对链接进行加密和身份验证。

EncryptionRequired 2

要求对链接进行加密。

Plain 0

使用默认保护级别。

适用于