Discuss this help topic in SecureBlackbox Forum

TElCMSTimestamp Constructor

TElCMSTimestamp     


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


This method creates a new instance of TElCMSTimestamp.

Declaration

[C#]
    TElCMSTimestamp(Object Subject);
    TElCMSTimestamp(Object Subject, byte[] Data);

[VB.NET]
    Sub New(ByVal Subject As Object)
    Sub New(ByVal Subject As Object, ByVal Data As Byte())

[Pascal]
    constructor Create(Subject : TObject);
    constructor Create(Subject : TObject; Data : ByteArray);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElCMSTimestamp();
    public TElCMSTimestamp(TObject Subject);
    public TElCMSTimestamp(TObject Subject, byte[] Data);

Parameters

  • Subject - object to be time-stamped
  • Data - data to be time-stamped

Description

    Use this method to create a new instance of TElCMSTimestamp.

Discuss this help topic in SecureBlackbox Forum