Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.AddRefsOnlyTimestamp

TElXAdESProcessor     See also     


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


Adds RefsOnlyTimestamp element to the signature.

Declaration

[C#]
    int AddRefsOnlyTimestamp(TElCustomTSPClient ATSPClient);
    int AddRefsOnlyTimestamp(TElCustomTSPClient ATSPClient, TElXMLCustomFormatter Formatter);

[VB.NET]
    Function AddRefsOnlyTimestamp(ByVal ATSPClient As TElCustomTSPClient) As Integer
    Function AddRefsOnlyTimestamp(ByVal ATSPClient As TElCustomTSPClient, ByVal Formatter As TElXMLCustomFormatter) As Integer

[Pascal]
    function AddRefsOnlyTimestamp(ATSPClient : TElCustomTSPClient) : integer;
    function AddRefsOnlyTimestamp(ATSPClient : TElCustomTSPClient; Formatter : TElXMLCustomFormatter) : integer; virtual;

[C++]
    int32_t AddRefsOnlyTimestamp(TElCustomTSPClient &ATSPClient);
    int32_t AddRefsOnlyTimestamp(TElCustomTSPClient *ATSPClient);
    int32_t AddRefsOnlyTimestamp(TElCustomTSPClient &ATSPClient, TElXMLCustomFormatter &Formatter);
    int32_t AddRefsOnlyTimestamp(TElCustomTSPClient *ATSPClient, TElXMLCustomFormatter *Formatter);

[PHP]
    integer AddRefsOnlyTimestamp(TElCustomTSPClient $ATSPClient)
    integer AddRefsOnlyTimestamp(TElCustomTSPClient $ATSPClient, TElXMLCustomFormatter $Formatter)

[Java]
    int addRefsOnlyTimestamp(TElCustomTSPClient arg0, TElXMLCustomFormatter arg1);
    int addRefsOnlyTimestamp(TElCustomTSPClient ATSPClient);

Parameters

  • ATSPClient - TSP client to be used for time-stamping
  • Formatter - XML formatter. This parameter is for internal use only. Set this parameter to nil/null/Nothing

Return value

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

Description

    Call this method to add RefsOnlyTimestamp element to the electronic signature.

See also:     AddSigAndRefsTimestamp     AddSignatureTimestamp     AddArchiveTimestamp    

Discuss this help topic in SecureBlackbox Forum