In The Hand
SetPin Method (pin)
NamespacesInTheHand.Net.SocketsBluetoothClientSetPin(String)
.NET Components for Mobility
Sets the PIN associated with the remote device.
Declaration Syntax
C#Visual Basic
public void SetPin(
	string pin
)
Public Sub SetPin ( _
	pin As String _
)
Parameters
pin (String)
PIN which must be composed of 1 to 16 ASCII characters.
Remarks

Is not supported on all platforms. For instance see the Widcomm documentation

Assigning null (Nothing in VB) or an empty String will revoke the PIN.

In version 2.3 could only be called when connected.

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