EncryptFile Method
Encrypts the contents of a file.
Syntax
int EncryptFile(char* lpszInputFile, char* lpszOutputFile);
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.