Discuss this help topic in SecureBlackbox Forum
Contains generic encryption key.
Declaration
[C#]
byte[] GenericEncryptionKey;
[VB.NET]
Property GenericEncryptionKey As Byte()
[Pascal]
property GenericEncryptionKey : ByteArray;
[C++]
void get_GenericEncryptionKey(std::vector<uint8_t> &OutResult);
void set_GenericEncryptionKey(const std::vector<uint8_t> &Value);
[PHP]
string get_GenericEncryptionKey()
void set_GenericEncryptionKey(array of byte|string|NULL $Value)
[Java]
byte[] getGenericEncryptionKey();
void setGenericEncryptionKey(byte[] Value);
Description
Use this property to specify encryption key.
Discuss this help topic in SecureBlackbox Forum