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