Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.MessageImprint

TElClientTSPInfo     See also     


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


Hash of the message to be timestamped, as received from the server.

Declaration

[C#]
    byte[] MessageImprint;

[VB.NET]
    Property MessageImprint As Byte()

[Pascal]
    property MessageImprint : ByteArray;

[C++]
    void get_MessageImprint(std::vector<uint8_t> &OutResult);

[PHP]
    string get_MessageImprint()

[Java]
    byte[] getMessageImprint();

Description

    This value is received from the server. It should be the same as the imprint, calculated by the client when the request is prepared. The client handles this requirement internally.

See also:     Certificates     ResponseNonce    

Discuss this help topic in SecureBlackbox Forum