Click or drag to resize
MimeKit

CryptographyContextDisable(EncryptionAlgorithm) Method

Disable the encryption algorithm.

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

Parameters

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