Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.Timestamps

TElPDFPublicKeySecurityHandler     See also     


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


This read-only property contains timestamps of the signed data.

Declaration

[C#]
    TElClientTSPInfo Timestamps[int Index];

[VB.NET]
    Property Timestamps(ByVal Index As Integer) As TElClientTSPInfo

[Pascal]
    property Timestamps[Index : integer] : TElClientTSPInfo;

[C++]
    TElClientTSPInfo* get_Timestamps(int32_t Index);

[PHP]
    TElClientTSPInfo get_Timestamps(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the timestamp in the list.

Description

    Use this property to access individual timestamps, which were used for document signing.

See also:     TimestampCount    

Discuss this help topic in SecureBlackbox Forum