The PGPLib type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AsciiVersionHeader |
Version comment text that is printed in ASCII armored output
| |
| Compression |
Gets/Sets the preferred compression algorithm used by all methods that produce OpenPGP messages (e.g Encrypt, Sign, etc.)
| |
| Cypher |
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 | |
| Hash |
Gets/Sets the preferred hashing algorithm used by all methods that produce OpenPGP signatures (all Sign and SigneAndEncrypt methods)
| |
| UseExpiredKeys |
Returns should expired keys still be used
| |
| UseRevokedKeys |
Returns should revoked keys still be used
|