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