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