次の方法で共有


BLUETOOTH_AUTHENTICATION_REQUIREMENTS列挙 (bluetoothapis.h)

BLUETOOTH_AUTHENTICATION_REQUIREMENTS列挙は、認証に必要な "中間者" 保護を指定します。

メモ この列挙は、Windows Vista SP2 および Windows 7 でサポートされています。
 

構文

typedef enum _BLUETOOTH_AUTHENTICATION_REQUIREMENTS {
  BLUETOOTH_MITM_ProtectionNotRequired = 0,
  BLUETOOTH_MITM_ProtectionRequired = 0x1,
  BLUETOOTH_MITM_ProtectionNotRequiredBonding = 0x2,
  BLUETOOTH_MITM_ProtectionRequiredBonding = 0x3,
  BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding = 0x4,
  BLUETOOTH_MITM_ProtectionRequiredGeneralBonding = 0x5,
  BLUETOOTH_MITM_ProtectionNotDefined = 0xff
} BLUETOOTH_AUTHENTICATION_REQUIREMENTS;

定数

 
BLUETOOTH_MITM_ProtectionNotRequired
値: 0
"中間の男" 攻撃に対する保護は、認証には必要ありません。
BLUETOOTH_MITM_ProtectionRequired
値: 0x1
認証には、"中間の男" 攻撃に対する保護が必要です。
BLUETOOTH_MITM_ProtectionNotRequiredBonding
値: 0x2
"中間の男" 攻撃に対する保護は、結合には必要ありません。
BLUETOOTH_MITM_ProtectionRequiredBonding
値: 0x3
結合には「中間の男」攻撃に対する保護が必要です。
BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding
値: 0x4
「中間の男」攻撃に対する保護は、一般的なボンディングには必要ありません。
BLUETOOTH_MITM_ProtectionRequiredGeneralBonding
値: 0x5
一般的なボンディングには、"中間の男" 攻撃に対する保護が必要です。
BLUETOOTH_MITM_ProtectionNotDefined
値: 0xff
"中間の男" 攻撃に対する保護は定義されていません。

注釈

この API に関連付けられているヘッダー ファイルは、Windows Vista Feature Pack for Wireless Developers Supplement ダウンロードを介して Microsoft Connect で入手できます。 このリソースにアクセスするには、Microsoft Connect Web サイトへの登録が必要です。 このヘッダーは、Microsoft Connect の Windows Driver Kit (WDK)、Windows ロゴ キット (WLK)、Windows Driver Framework (WDF) Connectionsを介して使用できる包括的な開発者リソース パッケージにも含まれています。

要件

要件
サポートされている最小のクライアント Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
Header bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む)

こちらもご覧ください

BluetoothAuthenticateDeviceEx