次の方法で共有


GattDescriptor.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 = gattDescriptor.protectionLevel;
gattDescriptor.protectionLevel = gattProtectionLevel;
Public Property ProtectionLevel As GattProtectionLevel

プロパティ値

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

Windows の要件

アプリの機能
bluetooth

適用対象