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