Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property Content As Byte()
[Pascal]
under development
[C++]
void get_Content(std::vector<uint8_t> &OutResult);
void set_Content(const std::vector<uint8_t> &Value);
[PHP]
string get_Content()
void set_Content(array of byte|string|NULL $Value)
[Java]
byte[] getContent();
void setContent(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum