DecryptFileAsString(SymmetricAlgorithm, FileInfo, String) | Decrypts a file using the specified SymmetricAlgorithm and returns the decrypted data as a String. This method do not modify the contents of the file. |
DecryptFileAsString(SymmetricAlgorithm, String, String) | Decrypts a file using the specified SymmetricAlgorithm and returns the decrypted data as a String. This method do not modify the contents of the file. |
DecryptFileAsStringT(FileInfo, String) | Decrypts a file using the specified SymmetricAlgorithm and returns the decrypted data as a String. This method do not modify the contents of the file. |
DecryptFileAsStringT(String, String) | Decrypts a file using the specified SymmetricAlgorithm and returns the decrypted data as a String. This method do not modify the contents of the file. |