Discuss this help topic in SecureBlackbox Forum
...
Declaration
[VB.NET]
Property Magic As Byte()
[Pascal]
property Magic : ByteArray;
[C++]
void get_Magic(std::vector<uint8_t> &OutResult);
void set_Magic(const std::vector<uint8_t> &Value);
[PHP]
string get_Magic()
void set_Magic(array of byte|string|NULL $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum