Click or drag to resize
MimeKit

BouncyCastleSecureMimeContext Properties

The BouncyCastleSecureMimeContext type exposes the following members.

Properties
 NameDescription
Public propertyCheckCertificateRevocation Get or set whether or not certificate revocation lists should be downloaded when verifying signatures.
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 SecureMimeContext)
Public propertyKeyExchangeProtocol Get the key exchange protocol.
(Inherited from SecureMimeContext)
Public propertyPrepareBeforeSigning Get or set whether MimeEntitys should be prepared before signing.
(Inherited from CryptographyContext)
Protected propertyRandomNumberGenerator Get the pseudo-random number generator.
Public propertySignatureProtocol Get the signature protocol.
(Inherited from SecureMimeContext)
Top
See Also