Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.TSPClient

TElMessageSigner     


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


Reference to TElCustomTSPClient object used for timestamping.

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 specify the component, which will be used to timestamp the signature. If the TSPClient is specified, an attempt will be made to timestamp the signature using TSP (Timestamping Protocol) specification. If the object is not specified, no timestamping will take place.

Discuss this help topic in SecureBlackbox Forum