EncryptFile Method
Encrypts the contents of a file.
Syntax
public void encryptFile(String inputFile, String outputFile);
Remarks
This method encrypts the contents of a file. InputFile is encrypted using the certificate specified by the Certificate property, and the result is placed in OutputFile.