Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.AddTimestamp

TElASiCContainer     See also     


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


Adds a timestamp token to the container.

Declaration

[C#]
    TElASiCTimestamp AddTimestamp(TElCustomTSPClient TSPClient);

[VB.NET]
    Function AddTimestamp(ByVal TSPClient As TElCustomTSPClient) As TElASiCTimestamp

[Pascal]
    function AddTimestamp(TSPClient : TElCustomTSPClient) : TElASiCTimestamp;

[C++]
    not available

[PHP]
    TElASiCTimestamp AddTimestamp(TElCustomTSPClient $TSPClient)

[Java]
    TElASiCTimestamp addTimestamp(TElCustomTSPClient TSPClient);

Parameters

  • TSPClient - specifies the TSP client.

Return value

Returns a reference to the newly added timestamp object.

Description

Use this method to add a timestamp token to the container.

See also:     Timestamps    

Discuss this help topic in SecureBlackbox Forum