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