SecureBlackbox

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

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


TElMessageSigner.SignFile

TElMessageSigner     See also     


 

Signs files

 

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 sign files.

   

See also:     CountersignFile     SignFileDetached     TimestampFile    

 
Back to top