SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElMessageSigner.CountersignFile

TElMessageSigner     See also     


 

This method produces a counter signature over a file

 

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[C++]
    not implemented;

   

Parameters

  • InFile - Name of the file to be signed.
  • OutFile - Name of the output file.
   

Description

    Use this method to produce a counter signature.

   

See also:     File     SignFileDetached     TimestampFile    

 
Back to top