BLUETOOTH_AUTHENTICATION_REQUIREMENTS-Enumeration (bluetoothapis.h)

Die BLUETOOTH_AUTHENTICATION_REQUIREMENTS-Enumeration gibt den schutz "Man in the Middle" an, der für die Authentifizierung erforderlich ist.

Hinweis Diese Enumeration wird in Windows Vista SP2 und Windows 7 unterstützt.
 

Syntax

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;

Konstanten

 
BLUETOOTH_MITM_ProtectionNotRequired
Wert: 0
Der Schutz vor einem "Man in the Middle"-Angriff ist für die Authentifizierung nicht erforderlich.
BLUETOOTH_MITM_ProtectionRequired
Wert: 0x1
Für die Authentifizierung ist schutz vor einem "Man in the Middle"-Angriff erforderlich.
BLUETOOTH_MITM_ProtectionNotRequiredBonding
Wert: 0x2
Der Schutz vor einem "Man in the Middle"-Angriff ist für die Bindung nicht erforderlich.
BLUETOOTH_MITM_ProtectionRequiredBonding
Wert: 0x3
Schutz vor einem "Man in the Middle"-Angriff ist für die Bindung erforderlich.
BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding
Wert: 0x4
Der Schutz vor einem "Man in the Middle"-Angriff ist für die allgemeine Bindung nicht erforderlich.
BLUETOOTH_MITM_ProtectionRequiredGeneralBonding
Wert: 0x5
Schutz vor einem "Man in the Middle"-Angriff ist für die allgemeine Bindung erforderlich.
BLUETOOTH_MITM_ProtectionNotDefined
Wert: 0xff
Der Schutz vor "Man in the Middle"-Angriffen ist nicht definiert.

Hinweise

Die dieser API zugeordnete Headerdatei ist bei Microsoft Connect über den Windows Vista Feature Pack for Wireless Developers Supplement-Download verfügbar. Der Zugriff auf diese Ressource erfordert eine Registrierung bei der Microsoft Connect-Website. Der Header ist auch in den umfassenden Entwicklerressourcenpaketen enthalten, die über das Windows Driver Kit (WDK), Windows-Logokit (WLK) und windows Driver Framework (WDF) Connections unter Microsoft Connect verfügbar sind.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista, Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Nicht unterstützt
Kopfzeile bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

Weitere Informationen

BluetoothAuthenticateDeviceEx