Discuss this help topic in SecureBlackbox Forum

TElMessageTimestampVerifier.MediaType

TElMessageTimestampVerifier     See also     


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


Specifies MIME media type of the timestamped document.

Declaration

[C#]
    string MediaType;

[VB.NET]
    Property MediaType As String

[Pascal]
    property MediaType : string;

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

[PHP]
    string get_MediaType()

[Java]
    String getMediaType();

Description

     Use this property to get media type of the timestamped document. This information may help to decide how to open or deal with the document.

See also:     DataURI     FileName    

Discuss this help topic in SecureBlackbox Forum