Handles security between bluetooth devices. Current supported on devices only.
| C# | Visual Basic |
public static class BluetoothSecurity
Public NotInheritable Class BluetoothSecurity
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetPinRequest()()() |
Retrieves the address of the Bluetooth peer device authentication that requires the PIN code.
Not supported on Windows XP | |
| PairRequest(BluetoothAddress, String) |
Intiates pairing for a remote device.
| |
| RefusePinRequest(BluetoothAddress) |
Refuses an outstanding PIN request.
Not supported on Windows XP | |
| RemoveDevice(BluetoothAddress) |
Remove the pairing with the specified device
| |
| RevokePin(BluetoothAddress) |
This function revokes the personal identification number (PIN) for the Bluetooth device.
Not supported on Windows XP | |
| SetLinkKey(BluetoothAddress, Guid) | Not supported on Windows XP | |
| SetPin(BluetoothAddress, String) |
This function stores the personal identification number (PIN) for the Bluetooth device.
Not supported on Windows XP |
| Object | |
| BluetoothSecurity | |