Click or drag to resize
MimeKit

ICryptographyContextDisable(EncryptionAlgorithm) Method

Disable the encryption algorithm.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
void Disable(
	EncryptionAlgorithm algorithm
)

Parameters

algorithm  EncryptionAlgorithm
The encryption algorithm.
Remarks
Disables the encryption algorithm.
See Also