Decrypts a file.
public void DecryptFile(string sourceFile, string destFile);
Public Sub DecryptFile(ByVal SourceFile As String, ByVal DestFile As String)
Use this method to decrypt an encrypted file and save the decrypted data to another file.
Specify the decryption key in Key property before calling this method.