enumerazione BLUETOOTH_AUTHENTICATION_REQUIREMENTS (bluetoothapis.h)

L'enumerazione BLUETOOTH_AUTHENTICATION_REQUIREMENTS specifica la protezione "Man in the Middle" necessaria per l'autenticazione.

Nota Questa enumerazione è supportata in Windows Vista SP2 e Windows 7.
 

Sintassi

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;

Costanti

 
BLUETOOTH_MITM_ProtectionNotRequired
Valore: 0
La protezione da un attacco "Man in the Middle" non è necessaria per l'autenticazione.
BLUETOOTH_MITM_ProtectionRequired
Valore: 0x1
La protezione da un attacco "Man in the Middle" è necessaria per l'autenticazione.
BLUETOOTH_MITM_ProtectionNotRequiredBonding
Valore: 0x2
La protezione contro un attacco "Man in the Middle" non è necessaria per il legame.
BLUETOOTH_MITM_ProtectionRequiredBonding
Valore: 0x3
La protezione contro un attacco "Man in the Middle" è necessaria per il legame.
BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding
Valore: 0x4
La protezione contro un attacco "Man in the Middle" non è necessaria per il bonding generale.
BLUETOOTH_MITM_ProtectionRequiredGeneralBonding
Valore: 0x5
La protezione contro un attacco "Man in the Middle" è necessaria per il bonding generale.
BLUETOOTH_MITM_ProtectionNotDefined
Valore: 0xff
La protezione contro l'attacco "Man in the Middle" non è definita.

Commenti

Il file di intestazione associato a questa API è disponibile in Microsoft Connect tramite il download di Windows Vista Feature Pack for Wireless Developers Supplement. L'accesso a questa risorsa richiede la registrazione con il sito Web Microsoft Connect. L'intestazione è inclusa anche nei pacchetti di risorse per sviluppatori completi disponibili tramite windows Driver Kit (WDK), Kit per logo Windows (WLK) e Windows Driver Framework (WDF) Connections in Microsoft Connect.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Nessuno supportato
Intestazione bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

Vedi anche

BluetoothAuthenticateDeviceEx