Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.StartTimestamp

TElAuthenticodeSignature     See also     


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


Prepares a timestamp request of the specified type.

Declaration

[C#]
    byte[] StartTimestamp(TSBAuthenticodeTimestampType TimestampType);

[VB.NET]
    Function StartTimestamp(ByVal TimestampType As TSBAuthenticodeTimestampType) As Byte()

[Pascal]
    function StartTimestamp(TimestampType : TSBAuthenticodeTimestampType) : ByteArray;

[C++]
    void StartTimestamp(TSBAuthenticodeTimestampType TimestampType, std::vector<uint8_t> &OutResult);

[PHP]
    string StartTimestamp(integer $TimestampType)

[Java]
    byte[] startTimestamp(TSBAuthenticodeTimestampType TimestampType);

Parameters

  • TimestampType - specifies what kind of timestamp request you need.

TSBAuthenticodeTimestampType values

Return value

    Returns a timestamp request that should be sent to TSP server.

Description

    This method returns a request that should be sent to the TSP service. Authenticode components don't provide transport functionality, you have to use other components as described in this how-to article.

Discuss this help topic in SecureBlackbox Forum