Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.DataURI

TElMessageTimestamper     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains URI of to the data to be timestamped.

Declaration

[C#]
    string DataURI;

[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.

See also:     FileName    

Discuss this help topic in SecureBlackbox Forum