Click or drag to resize
MimeKit

CryptographyContextDisable(EncryptionAlgorithm) Method

Disable the encryption algorithm.

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

Parameters

algorithm  EncryptionAlgorithm
The encryption algorithm.

Implements

ICryptographyContextDisable(EncryptionAlgorithm)
Remarks
Disables the encryption algorithm.
See Also