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