Discuss this help topic in SecureBlackbox Forum
This property contains the secret key
Declaration
[VB.NET]
Property Key As Byte()
[Pascal]
property Key : ByteArray;
[C++]
void get_Key(std::vector<uint8_t> &OutResult);
void set_Key(const std::vector<uint8_t> &Value);
[PHP]
string get_Key()
void set_Key(array of byte|string|NULL $Value)
[Java]
byte[] getKey();
void setKey(byte[] Value);
Description
Use this property to specify the secret key
Discuss this help topic in SecureBlackbox Forum