DoDecryptFile Method
Decrypts the contents of a file.
Syntax
void __fastcall DoDecryptFile(String InputFile, String OutputFile);Remarks
This method decrypts the contents of a file. InputFile is decrypted using the certificate specified by the Certificate property, and the result is placed in OutputFile.