The PGPLib type exposes the following members.

Properties

  NameDescription
Public propertyAsciiVersionHeader
Version comment text that is printed in ASCII armored output
Public propertyCompression
Gets/Sets the preferred compression algorithm used by all methods that produce OpenPGP messages (e.g Encrypt, Sign, etc.)
Public propertyCypher
Gets/Sets the preferred symmetric key algorithm used by all methods that produce encrypted OpenPGP messages (Encrypt, SignAndEncrypt).

Changes to this property have effect on subsequent calls of encryption methods
Public propertyHash
Gets/Sets the preferred hashing algorithm used by all methods that produce OpenPGP signatures (all Sign and SigneAndEncrypt methods)
Public propertyUseExpiredKeys
Returns should expired keys still be used
Public propertyUseRevokedKeys
Returns should revoked keys still be used

See Also