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