Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.TimestampSignature

TElXAdESSigner     See also     


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


Connects to the TSP server and performs timestamping.

Declaration

[C#/Java]
    int TimestampSignature(TElXMLDOMElement SignatureValue, string SignatureValueId);

[VB.NET]
    Function TimestampSignature(ByVal SignatureValue As TElXMLDOMElement, ByVal SignatureValueId As String) As Integer

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

[C++]
    not available

[PHP]
    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