Encrypts a file.
public void EncryptFile(string sourceFile, string destFile);
Public Sub EncryptFile(ByVal SourceFile As String, ByVal DestFile As String)
Use this method to encrypt a file and save the protected message to another file.
Specify the encryption key in Key property before commencing encryption.