BLUETOOTH_AUTHENTICATION_REQUIREMENTS 열거형(bluetoothapis.h)
BLUETOOTH_AUTHENTICATION_REQUIREMENTS 열거형은 인증에 필요한 '중간의 남자' 보호를 지정합니다.
참고 이 열거형은 Windows Vista SP2 및 Windows 7에서 지원됩니다.
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;
상수
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 기능 팩 추가 다운로드를 통해 Microsoft Connect에서 사용할 수 있습니다. 이 리소스에 액세스하려면 Microsoft Connect 웹 사이트에 등록해야 합니다. 헤더는 Microsoft Connect의 WDK(Windows 드라이버 키트), WLK(Windows 로고 키트) 및 WDF(Windows Driver Framework) Connections 통해 사용할 수 있는 포괄적인 개발자 리소스 패키지에도 포함되어 있습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista, WINDOWS XP SP2 [데스크톱 앱만 해당] |
지원되는 최소 서버 | 지원되는 버전 없음 |
머리글 | bluetoothapis.h(Bthsdpdef.h, BluetoothAPIs.h 포함) |