Key Property
The 256 bit (32 byte) key to be used when computing a MAC (Message Authentication Code).
Syntax
property Key: String read get_Key write set_Key; property KeyB: TBytes read get_KeyB write set_KeyB;
Default Value
''
Remarks
This property holds the secret key used when computing the MACValue. The key must be 256 bits (32 bytes) long.