Discuss this help topic in SecureBlackbox Forum
Contains URI of to the data to be timestamped.
Declaration
[VB.NET]
Property DataURI As String
[Pascal]
property DataURI : string;
[C++]
void get_DataURI(std::string &OutResult);
void set_DataURI(const std::string &Value);
[PHP]
string get_DataURI()
void set_DataURI(string $Value)
[Java]
String getDataURI();
void setDataURI(String Value);
Description
Use this property to set URI of the data to be timestamped.
Discuss this help topic in SecureBlackbox Forum