Discuss this help topic in SecureBlackbox Forum

TElASiCTimestamp.TSPInfo

TElASiCTimestamp     See also     


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


This property contains the TSP-specific information.

Declaration

[C#]
    TElClientTSPInfo TSPInfo;

[VB.NET]
    Property TSPInfo As TElClientTSPInfo

[Pascal]
    property TSPInfo : TElClientTSPInfo;

[C++]
    not available

[PHP]
    TElClientTSPInfo get_TSPInfo()
    void set_TSPInfo(TElClientTSPInfo $Value)

[Java]
    TElClientTSPInfo getTSPInfo();
    void setTSPInfo(TElClientTSPInfo Value);

Description

Use this property to specify the information the TSP client should send to the server in order to obtain a timestamp.

See also:     TSPClient    

Discuss this help topic in SecureBlackbox Forum