Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.Timestamps

TElCMSSignature     See also     


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


This property contains timestamps of the signature subject, not signed by the signature itself.

Declaration

[C#]
    TElCMSTimestamp Timestamps[int Index];

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

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

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

[PHP]
    TElCMSTimestamp get_Timestamps(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to get the timestamps that are not signed by the signature (unauthenticated).

See also:     TimestampCount     AddTimestamp     RemoveTimestamp     ClearTimestamps     ContentTimestamps    

Discuss this help topic in SecureBlackbox Forum