Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.AddArchiveTimestampV141

TElXAdESVerifier     See also     


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


Adds ArchiveTimestamp element to the signature.

Declaration

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

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

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

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

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

[Java]
    int AddArchiveTimestampV141(TElCustomTSPClient ATSPClient, TElXMLCustomFormatter Formatter);

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

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

Description

    Call this method to add ArchiveTimestamp element to the electronic signature of version 1.4.1 and higher.

See also:     UpgradeToXAdESv141    

Discuss this help topic in SecureBlackbox Forum