Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.TimestampCount

TElCMSSignature     See also     


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


This property specifies the number of timestamps in the list.

Declaration

[C#]
    int TimestampCount;

[VB.NET]
    Property TimestampCount As Integer

[Pascal]
    property TimestampCount : integer;

[C++]
    int32_t get_TimestampCount();

[PHP]
    integer get_TimestampCount()

[Java]
    int getTimestampCount();

Description

    Use this property to get the number of timestamps in the Timestamps list.

See also:     Timestamps     AddTimestamp     RemoveTimestamp     ClearTimestamps    

Discuss this help topic in SecureBlackbox Forum