EncryptFile Method
Encrypts the contents of a file.
Object Oriented Interface
public function doEncryptFile($inputfile, $outputfile);
Procedural Interface
ipworksencrypt_smime_do_encryptfile($res, $inputfile, $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.