Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.TimestampSignature

TElXAdESSigner     See also     


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


Connects to the TSP server and performs timestamping.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function TimestampSignature(const SignatureValue : TElXMLDOMElement; const SignatureValueId : WideString) : integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • SignatureValue - signature value.
  • SignatureValueId - identifier of the signature value.

Return value

    TSP error code. See TElCustomTSPClient.Timestamp for their values.

Description

    Call this method to connect to the TSP server and get the time-stamp.

See also:     IgnoreTimestampFailure    

Discuss this help topic in SecureBlackbox Forum