SecureBlackbox

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

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


TElMessageVerifier.VerifyFile

TElMessageVerifier     See also     


 

Verifies signed files

 

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[C++]
    not implemented;

   

Parameters

  • InFile - Name of the file which signature should be verified.
  • OutFile - Name of the output file.
   

Description

    Use this method to verify file signatures.

   

See also:     IsSignatureFileDetached     VerifyFileDetached    

 
Back to top