Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.TSPClients

TElMessageTimestamper     See also     


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


Contains the list of timestamping clients.

Declaration

[C#]
    TElCustomTSPClient TSPClients[int Index];

[VB.NET]
    Property TSPClients(ByVal Index As Integer) As TElCustomTSPClient

[Pascal]
    property TSPClients[Index : integer] : TElCustomTSPClient;

[C++]
    TElCustomTSPClient* get_TSPClients(int32_t Index);

[PHP]
    TElCustomTSPClient get_TSPClients(integer $Index)

[Java]
    TElCustomTSPClient getTSPClients(int Index);

Parameters

  • Index - the index of the element in the list. The first element has Index=0, the second has Index=1, and so on.

Description

    Use this read-only property to access the list of the clients used for timestamping.

See also:     TSPClient     TSPClientsCount     AddTSPClient     RemoveTSPClient    

Discuss this help topic in SecureBlackbox Forum