procedure SetKey(const Key; Count: integer); overload;
procedure SetKey(const Key: TBytes; Offset: integer; Count: Integer); overload;
Description
Sets a key, using which data is encrypted.
Key - Holds bytes that represent a key.
Offset - Offset in bytes to the position where the key begins.
Count - Number of bytes to use from the key.
Note: Calling the SetKey method clears the Password property.
See Also