Discuss this help topic in SecureBlackbox Forum
Specifies the number of encapsulated timestamps in the list.
Declaration
[C#]
int TimestampInfoCount;
[VB.NET]
Property TimestampInfoCount As Integer
[Pascal]
property TimestampInfoCount : integer;
[C++]
int32_t get_TimestampInfoCount();
[PHP]
integer get_TimestampInfoCount()
[Java]
int getTimestampInfoCount();
Description
Use this property to get the number of encapsulated timestamps in the
EncapsulatedTimestamps list.
Discuss this help topic in SecureBlackbox Forum