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