Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Seed As Byte()
[Pascal]
property Seed : ByteArray;
[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)
Parameters
Description
…
Discuss this help topic in SecureBlackbox Forum