Discuss this help topic in SecureBlackbox Forum
Returns the salt value.
Declaration
[VB.NET]
Property Salt As Byte()
[Pascal]
property Salt : ByteArray;
[C++]
void get_Salt(std::vector<uint8_t> &OutResult);
Description
Use this property to get the value of the salt.
Discuss this help topic in SecureBlackbox Forum