Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.TSPClientsCount

TElMessageTimestamper     See also     


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


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.

See also:     TSPClients     AddTSPClient     RemoveTSPClient    

Discuss this help topic in SecureBlackbox Forum