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