Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.TimestampCount

TElMessageVerifier     See also     


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


This read-only property contains the number of timestamps, added to the signed data.

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 total amount of the timestmaps that were used for message signing.

See also:     Timestamps    

Discuss this help topic in SecureBlackbox Forum