Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.CompleteTimestamp

TElAuthenticodeSignature     See also     


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


Creates a timestamp for the provided response from a timestamp server.

Declaration

[C#]
    void CompleteTimestamp(byte[] TimestampResponse);

[VB.NET]
    Sub CompleteTimestamp(ByVal TimestampResponse As Byte())

[Pascal]
    procedure CompleteTimestamp(const TimestampResponse : ByteArray);

[C++]
    void CompleteTimestamp(const std::vector<uint8_t> &TimestampResponse);

[PHP]
    void CompleteTimestamp(array of byte|string|NULL $TimestampResponse)

[Java]
    void completeTimestamp(byte[] TimestampResponse);

Parameters

  • TimestampResponse - the response to your timestamping request received from the TSP server.

Description

    Call this method to finalize timestamping process. The newly generated timestamp is accessible via the Timestamp property.

See also:     StartTimestamp     Timestamp    

Discuss this help topic in SecureBlackbox Forum