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