Discuss this help topic in SecureBlackbox Forum
Containes pure data for hashing.
Declaration
[VB.NET]
Property URIData As Byte()
[Pascal]
property URIData : ByteArray;
[C++]
void get_URIData(std::vector<uint8_t> &OutResult);
void set_URIData(const std::vector<uint8_t> &Value);
[PHP]
string get_URIData()
void set_URIData(array of byte|string|NULL $Value)
[Java]
byte[] getURIData();
void setURIData(byte[] Value);
Description
This property contains the pure data to be used in hash computations for timestamping.
Discuss this help topic in SecureBlackbox Forum