Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
byte[] EncryptionKey;
[VB.NET]
Property EncryptionKey As Byte()
[Pascal]
under development
[C++]
void get_EncryptionKey(std::vector<uint8_t> &OutResult);
void set_EncryptionKey(const std::vector<uint8_t> &Value);
[PHP]
string get_EncryptionKey()
void set_EncryptionKey(array of byte|string|NULL $Value)
[Java]
byte[] getEncryptionKey();
void setEncryptionKey(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum