Click or drag to resize
MimeKit

DkimVerifierBaseEnable Method

Enable a DKIM signature algorithm.

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

Parameters

algorithm  DkimSignatureAlgorithm
The DKIM signature algorithm.
Remarks

Enables the specified DKIM signature algorithm.

Security note  Security Note
Due to the recognized weakness of the SHA-1 hash algorithm and the wide availability of the SHA-256 hash algorithm (it has been a required part of DKIM since it was originally standardized in 2007), it is recommended that RsaSha1 NOT be enabled.
See Also