Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ContentTimestamps

TElCMSSignature     See also     


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


This property contains the signed (authenticated) timestamps.

Declaration

[C#]
    TElCMSTimestamp ContentTimestamps[int Index];

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

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

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

[PHP]
    TElCMSTimestamp get_ContentTimestamps(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 signed by the signature.

See also:     ContentTimestampCount     AddContentTimestamp     RemoveContentTimestamp     ClearContentTimestamps     Timestamps    

Discuss this help topic in SecureBlackbox Forum