次の方法で共有


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

既定の保護レベルを使用します。

適用対象