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