UtilEncryptionEncryptFile Method

Overload List

EncryptFile(SymmetricAlgorithm, FileInfo, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to the original file.
EncryptFile(SymmetricAlgorithm, String, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to the original file.
EncryptFile(SymmetricAlgorithm, FileInfo, FileInfo, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to a destination file.
EncryptFile(SymmetricAlgorithm, String, String, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to a destination file.
EncryptFileT(FileInfo, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to the original file.
EncryptFileT(String, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to the original file.
EncryptFileT(FileInfo, FileInfo, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to a destination file.
EncryptFileT(String, String, String) Encrypts a file using the specified SymmetricAlgorithm and writes the encrypted data to a destination file.

See Also