Discuss this help topic in SecureBlackbox Forum

TElASiCTimestamp Constructor

TElASiCTimestamp     See also     


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


Creates a new instance of TElASiCTimestamp class.

Declaration

[C#]
    TElASiCTimestamp();
    TElASiCTimestamp(TElCustomTSPClient Client);

[VB.NET]
    Sub New()
    Sub New(ByVal Client As TElCustomTSPClient)

[Pascal]
    constructor Create;
    constructor Create(Client : TElCustomTSPClient);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElASiCTimestamp();
    public TElASiCTimestamp(TElCustomTSPClient Client);

Parameters

  • Client - the client which will be used for timestamping.

Description

Use this method to create a new instance of TElASiCTimestamp class.

See also:     TSPClient     TSPInfo    

Discuss this help topic in SecureBlackbox Forum