Discuss this help topic in SecureBlackbox Forum

TElMessageTimestampVerifier.FileName

TElMessageTimestampVerifier     See also     


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


Specifies the name of the timestamped file.

Declaration

[C#]
    string FileName;

[VB.NET]
    Property FileName As String

[Pascal]
    property FileName : string;

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

[PHP]
    string get_FileName()

[Java]
    String getFileName();

Description

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

See also:     DataURI    

Discuss this help topic in SecureBlackbox Forum