Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.ValidationTimestamps

TElCMSSignature     See also     


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


This property contains validation timestamps.

Declaration

[C#]
    TElCMSTimestamp ValidationTimestamps[int Index];

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

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

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

[PHP]
    TElCMSTimestamp get_ValidationTimestamps(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to get the desired validation timestamp.

Discuss this help topic in SecureBlackbox Forum