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