UnlockDevice
Declaration
Delphi
function UnlockDevice(Key: String): Boolean;
ActiveX
HRESULT UnlockDevice([in] VARIANT Key, [out, retval] VARIANT_BOOL* RetVal);
Description
Function sends HID_CMD_UNLOCK_PADÂ command to a naturaSign device.
Arguments
Key
Security key, maximum key size is 32 bytes.
Return value
Function returns true if device has been unlocked, false otherwise.