Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property UName As Byte()
[Pascal]
property UName : ByteArray;
[C++]
void get_UName(std::vector<uint8_t> &OutResult);
void set_UName(const std::vector<uint8_t> &Value);
[PHP]
string get_UName()
void set_UName(array of byte|string|NULL $Value)
[Java]
byte[] getUName();
void setUName(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum