Click or drag to resize
MimeKit

CryptographyContextDisable(DigestAlgorithm) Method

Disable the digest algorithm.

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

Parameters

algorithm  DigestAlgorithm
The digest algorithm.

Implements

ICryptographyContextDisable(DigestAlgorithm)
Remarks
Disables the digest algorithm.
See Also