SetDeviceEncryptionKey, SetAESKey
Declaration
Delphi
function SetAESKey(Key: Pointer; Size: Byte): Boolean;
ActiveX
HRESULT SetDeviceEncryptionKey([in] VARIANT Key, [out, retval] VARIANT_BOOL* Result);
Description
Function sets biodata encryption key for a naturaSign Standard V1 device.
Arguments
Key
Pointer to binary data block with encryption key. For ActiveX - single-dimensional array.
Size
Key size in bytes. Must be one of 16, 24 or 32.
Return value
True if user confirmed encryption key change on LCD, false otherwise.