This method is called by RemoteDevice objects when the devices requires password authorization the method must return string password (PIN) as it was entered on the device
[Visual Basic] Public Delegate Function RemoteDevice.DevicePassword( _ ByVal DevInfo As DeviceInfo _ ) As String
[C#]
public delegate string RemoteDevice.DevicePassword( DeviceInfoDevInfo );