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)
[Java]
byte[] getGName();
void setGName(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum