Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.TSPClient

TElXAdESSigner     See also     


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


Specifies the component which should be used for time-stamping.

Declaration

[C#]
    TElCustomTSPClient TSPClient;

[VB.NET]
    Property TSPClient As TElCustomTSPClient

[Pascal]
    property TSPClient: TElCustomTSPClient;

[C++]
    TElCustomTSPClient* get_TSPClient();
    void set_TSPClient(TElCustomTSPClient &Value);
    void set_TSPClient(TElCustomTSPClient *Value);

[PHP]
    TElCustomTSPClient get_TSPClient()
    void set_TSPClient(TElCustomTSPClient $Value)

[Java]
    TElCustomTSPClient getTSPClient();
    void setTSPClient(TElCustomTSPClient Value);

Description

    Use this property to get or set a TSP (Time-Stamp Protocol) client which should be used for time-stamping. If the object is not specified, no timestamping will take place.

See also:     IgnoreTimestampFailure    

Discuss this help topic in SecureBlackbox Forum