Overload List

  NameDescription
DecryptFile(FileInfo, FileInfo, String, FileInfo)
Decrypts a PGP encrypted file using Private key file.
DecryptFile(String, KeyStore, String, String)
Decrypts a PGP encrypted file using Private key located in KeyStore.
DecryptFile(String, Stream, String, String)
Decrypts an OpenPGP encrypted file with a private key supplied as an input stream.
DecryptFile(String, String, String, String)
Decrypts a PGP encrypted file using Private key file.

See Also