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