Overload List
| Name | Description | |
|---|---|---|
| EncryptFile(FileInfo, FileInfo, FileInfo) |
OpenPGP encrypts given file using the first available public PGP key from a Key ring file
| |
| EncryptFile(FileInfo, FileInfo, FileInfo, Boolean, Boolean) |
PGP Encrypts given file using the first available Public PGP key from a Key ring file
| |
| EncryptFile(String, Stream, String, Boolean, Boolean) |
PGP Encrypts given file using the first available Public key from a Key ring input stream
| |
| EncryptFile(String, String, String, Boolean, Boolean) |
OpenPGP Encrypts given file using the first available public PGP key from a Key ring file
| |
| EncryptFile(String, array<String>[]()[], String, Boolean, Boolean) |
PGP Encrypts a file with miltiple public key files.
Use this method when you need to send the encrypted file to many recipients. | |
| EncryptFile(String, KeyStore, Int64, String, Boolean, Boolean) |
PGP Encrypts given file using Public key from a Key store
| |
| EncryptFile(String, KeyStore, String, String, Boolean, Boolean) |
PGP Encrypts given file using Public key from a Key store.
If more than one key exists with the specified userId, the first one is used. | |
| EncryptFile(String, String, String, String, Boolean, Boolean) |
PGP Encrypts given file using the first available Public PGP key from a Key ring file
and a passphrase that can be used to decrypt the file if the private key is lost.
|