Discuss this help topic in SecureBlackbox Forum
Specifies the number of TSP clients in the list.
Declaration
[C#]
int TSPClientsCount;
[VB.NET]
Property TSPClientsCount As Integer
[Pascal]
property TSPClientsCount : integer;
[C++]
int32_t get_TSPClientsCount();
[PHP]
integer get_TSPClientsCount()
[Java]
int getTSPClientsCount();
Description
Use this read-only property to get the number of the clients used for timestamping.
Discuss this help topic in SecureBlackbox Forum