TwclBluetoothMitmProtection Enumeration

The enumeration specifies the "Man in the Middle" protection required for authentication.

Namespace: wclBluetooth
type
 TwclBluetoothMitmProtection = (
 mitmProtectionNotRequired,
 mitmProtectionRequired,
 mitmProtectionNotRequiredBonding,
 mitmProtectionRequiredBonding,
 mitmProtectionNotRequiredGeneralBonding,
 mitmProtectionRequiredGeneralBonding,
 mitmProtectionNotDefined
 );

The TwclBluetoothMitmProtection type exposes the following members.

Show:
 NameDescription
mitmProtectionNotDefined

Protection against "Man in the Middle" attack is not defined.

mitmProtectionNotRequired

Protection against a "Man in the Middle" attack is not required for authentication.

mitmProtectionNotRequiredBonding

Protection against a "Man in the Middle" attack is not required for bonding.

mitmProtectionNotRequiredGeneralBonding

Protection against a "Man in the Middle" attack is not required for General Bonding.

mitmProtectionRequired

Protection against a "Man in the Middle" attack is required for authentication.

mitmProtectionRequiredBonding

Protection against a "Man in the Middle" attack is required for bonding.

mitmProtectionRequiredGeneralBonding

Protection against a "Man in the Middle" attack is required for General Bonding.

Top