Click or drag to resize
MimeKit

GnuPGContext Properties

The GnuPGContext type exposes the following members.

Properties
 NameDescription
Public propertyAutoKeyRetrieve Get or set whether unknown PGP keys should automtically be retrieved.
(Inherited from OpenPgpContext)
Public propertyDefaultEncryptionAlgorithm Get or set the default encryption algorithm.
(Inherited from OpenPgpContext)
Protected propertyDigestAlgorithmRank Get the preferred rank order for the digest algorithms; from the most preferred to the least.
(Inherited from CryptographyContext)
Public propertyEnabledDigestAlgorithms Get the enabled digest algorithms in ranked order.
(Inherited from CryptographyContext)
Public propertyEnabledEncryptionAlgorithms Get the enabled encryption algorithms in ranked order.
(Inherited from CryptographyContext)
Protected propertyEncryptionAlgorithmRank Get the preferred rank order for the encryption algorithms; from the most preferred to the least.
(Inherited from CryptographyContext)
Public propertyEncryptionProtocol Get the encryption protocol.
(Inherited from OpenPgpContext)
Public propertyKeyExchangeProtocol Get the key exchange protocol.
(Inherited from OpenPgpContext)
Public propertyKeyServer Get or set the key server to use when automatically retrieving keys.
(Inherited from OpenPgpContext)
Public propertyPrepareBeforeSigning Get or set whether MimeEntitys should be prepared before signing.
(Inherited from CryptographyContext)
Public propertyPublicKeyRingBundle Get the public keyring bundle.
Protected propertyPublicKeyRingPath Get the public keyring path.
Public propertySecretKeyRingBundle Get the secret keyring bundle.
Protected propertySecretKeyRingPath Get the secret keyring path.
Public propertySignatureProtocol Get the signature protocol.
(Inherited from OpenPgpContext)
Top
See Also