次の方法で共有


GattCharacteristic.ProtectionLevel プロパティ

定義

デバイスとの空中通信に必要な GATT セキュリティ オプションを取得または設定します。

Windows では、ペアリング プロセスの一環としてデバイスで可能な最大限のセキュリティがネゴシエートされ、低いレベルのセキュリティを指定しても、既存のセキュリティ レベルは低下しません。

public:
 property GattProtectionLevel ProtectionLevel { GattProtectionLevel get(); void set(GattProtectionLevel value); };
GattProtectionLevel ProtectionLevel();

void ProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel ProtectionLevel { get; set; }
var gattProtectionLevel = gattCharacteristic.protectionLevel;
gattCharacteristic.protectionLevel = gattProtectionLevel;
Public Property ProtectionLevel As GattProtectionLevel

プロパティ値

デバイスとの空中通信に必要な GATT セキュリティ オプション。

Windows の要件

アプリの機能
bluetooth

適用対象