EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXAdESSigner.AddCounterSignature

TElXAdESSigner    


 

Adds a counter signature to the document.

 
 

Declaration

[C#]
    void AddCounterSignature(TElXMLProcessor Signer);
    void AddCounterSignature(TElXMLProcessor Signer, TElXMLCustomFormatter Formatter);

[VB.NET]
    Sub AddCounterSignature(ByVal Signer As TElXMLProcessor)
    Sub AddCounterSignature(ByVal Signer As TElXMLProcessor, ByVal Formatter As TElXMLCustomFormatter)

[Pascal]
    procedure AddCounterSignature(Signer : TElXMLProcessor);
    procedure AddCounterSignature(Signer : TElXMLProcessor; Formatter As TElXMLCustomFormatter); overload;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Signer - component which will be used to produce the counter signature. TElXMLProcessor class incapsulates common functionality for the following classes: TElXMLSigner, TElXMLVerifier, TElXMLEncryptor, TElXMLDecryptor.
  • Formatter - XML formatter. This parameter is for internal use only. Set this parameter to nil/null/Nothing
 
 

Description

    Call this method to add counter signature to the message. Pass an instance of TElXMLSigner which will be used to countersign the document, as Signer parameter.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation