Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ValidationTimestampCount

TElCMSSignature     See also     


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


This property specifies the number of validation timestamps.

Declaration

[C#]
    int ValidationTimestampCount;

[VB.NET]
    Property ValidationTimestampCount As Integer

[Pascal]
    property ValidationTimestampCount : integer;

[C++]
    int32_t get_ValidationTimestampCount();

[PHP]
    integer get_ValidationTimestampCount()

[Java]
    int getValidationTimestampCount();

Description

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

Discuss this help topic in SecureBlackbox Forum