Overload | Description |
---|---|
DecryptFile(EncryptionProvider,String,String,String,Boolean) | Decrypt a text or binary file using the selected Decryption provider |
DecryptFile(EncryptionProvider,String,String,String) | Decrypt a text or binary file using the selected Decryption provider. The file will be base64 encoded. |
DecryptFile(String,String,X509Certificate2) | Decrypt a file that was encrypted with a X509 certificate |