Discuss this help topic in SecureBlackbox Forum

TElMessageTimestampVerifier.Timestamps

TElMessageTimestampVerifier     See also     


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


Contains a list of timestamps over the document.

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]
    TElClientTSPInfo getTimestamps(int Index);

Parameters

  • Index - the index of the element in the list. The first element has Index=0, the second has Index=1, and so on.

Description

    This property contains a list of TSP responses, each element corresponding to a single timestamp over the document.

See also:     TimestampCount    

Discuss this help topic in SecureBlackbox Forum