Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.AddAllDataObjectsTimestamp

TElXAdESSigner     See also     


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


Adds the time-stamp computed over all elements that the signer wants to sign except the SignedProperties element.

Declaration

[C#]
    void AddAllDataObjectsTimestamp(TElCustomTSPClient ATSPClient);

[VB.NET]
    Sub AddAllDataObjectsTimestamp(ByVal ATSPClient As TElCustomTSPClient)

[Pascal]
    procedure AddAllDataObjectsTimestamp(ATSPClient : TElCustomTSPClient);

[C++]
    void AddAllDataObjectsTimestamp(TElCustomTSPClient &ATSPClient);
    void AddAllDataObjectsTimestamp(TElCustomTSPClient *ATSPClient);

[PHP]
    void AddAllDataObjectsTimestamp(TElCustomTSPClient $ATSPClient)

[Java]
    void addAllDataObjectsTimestamp(TElCustomTSPClient ATSPClient);

Parameters

  • ATSPClient - specifies the component to be used for time-stamping.

Description

    Call this method to add the AllDataObjectsTimestamp element to the signature.

See also:     Generate    

Discuss this help topic in SecureBlackbox Forum