Click or drag to resize
MimeKit

OpenPgpContext Properties

The OpenPgpContext type exposes the following members.

Properties
 NameDescription
Public propertyAutoKeyRetrieve Get or set whether unknown PGP keys should automtically be retrieved.
Public propertyDefaultEncryptionAlgorithm Get or set the default encryption algorithm.
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.
(Overrides CryptographyContextEncryptionProtocol)
Public propertyKeyExchangeProtocol Get the key exchange protocol.
(Overrides CryptographyContextKeyExchangeProtocol)
Public propertyKeyServer Get or set the key server to use when automatically retrieving keys.
Public propertyPrepareBeforeSigning Get or set whether MimeEntitys should be prepared before signing.
(Inherited from CryptographyContext)
Public propertySignatureProtocol Get the signature protocol.
(Overrides CryptographyContextSignatureProtocol)
Top
See Also