Discuss this help topic in SecureBlackbox Forum

TElMessageTimestampVerifier.DataURI

TElMessageTimestampVerifier     See also     


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


Contains URI of the original document.

Declaration

[C#]
    string DataURI;

[VB.NET]
    Property DataURI As String

[Pascal]
    property DataURI : string;

[C++]
    void get_DataURI(std::string &OutResult);

[PHP]
    string get_DataURI()

[Java]
    String getDataURI();

Description

    Use this property to get URI of the original timestamped document.

See also:     FileName    

Discuss this help topic in SecureBlackbox Forum