The PGPLib type exposes the following members.

Methods

  NameDescription
ClearSignFileOverloaded.
ClearSignFileV3Overloaded.
ClearSignStringOverloaded.
ClearSignStringV3Overloaded.
DecryptAndVerifyFileOverloaded.
DecryptAndVerifyFilePBEOverloaded.
DecryptAndVerifyStringOverloaded.
DecryptBytes
Decrypts OpenPGP encrypted data in the form of byte array with a private key supplied also as byte array.
DecryptFileOverloaded.
DecryptFilePBE
Decrypts a PGP encrypted file that was encrypted with a password (PBE, symmetric key encrypted).
DecryptStream
Decrypts an OpenPGP encrypted file with a private key supplied as an input stream.
DecryptStringOverloaded.
DecryptToOverloaded.
EncryptFileOverloaded.
EncryptFilePBE
Encrypts a file with a public key and a passphrase.
The passphrase can be used to decrypt the file if the corressponding private key is lost.

Example GnuPG command:
gpg -r [public key user id] -c -e [dataFileName]
EncryptFilesOverloaded.
EncryptFolderOverloaded.
EncryptStringOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SignAndEncryptFileOverloaded.
SignAndEncryptFilePBE
Signs and encrypts a file in one pass.
The file is encrypted with an additional password that can be used to decrypt the file afterwards.
SignAndEncryptStringOverloaded.
SignFileOverloaded.
SignStringOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
VerifyFileOverloaded.
VerifyStreamOverloaded.
VerifyStringOverloaded.

See Also