Discuss this help topic in SecureBlackbox Forum
This property contains the unique "seed" value used to avoid replay attacks.
Declaration
[VB.NET]
Property Nonce As Byte()
[Pascal]
property Nonce: Integer;
[C++]
void get_Nonce(std::vector<uint8_t> &OutResult);
void set_Nonce(const std::vector<uint8_t> &Value);
[PHP]
string get_Nonce()
void set_Nonce(array of byte|string|NULL $Value)
[Java]
byte[] getNonce();
Description
Use this property to specify the unique "seed" value .
Discuss this help topic in SecureBlackbox Forum