Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ContentTimestampCount

TElCMSSignature     See also     


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


This property specifies the number of timestamps in the list.

Declaration

[C#]
    int ContentTimestampCount;

[VB.NET]
    Property ContentTimestampCount As Integer

[Pascal]
    property ContentTimestampCount : integer;

[C++]
    int32_t get_ContentTimestampCount();

[PHP]
    integer get_ContentTimestampCount()

[Java]
    int getContentTimestampCount();

Description

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

See also:     ContentTimestamps    

Discuss this help topic in SecureBlackbox Forum