In The Hand
BluetoothWin32Authentication Constructor (remoteAddress, pin)
NamespacesInTheHand.Net.BluetoothBluetoothWin32AuthenticationBluetoothWin32Authentication(BluetoothAddress, String)
.NET Components for Mobility
Initializes a new instance of the BluetoothWin32Authentication class, to respond to a specific address with a specific PIN string.
Declaration Syntax
C#Visual Basic
public BluetoothWin32Authentication(
	BluetoothAddress remoteAddress,
	string pin
)
Public Sub New ( _
	remoteAddress As BluetoothAddress, _
	pin As String _
)
Parameters
remoteAddress (BluetoothAddress)
The address of the device to authenticate, as a BluetoothAddress.
pin (String)
The PIN string to use for authentication, as a String.
Remarks

The instance will continue receiving authentication requests until it is disposed or garbage collected, so keep a reference to it whilst it should be active, and call Dispose()()() when you’re finished.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0