Click or drag to resize
MimeKit

DkimVerifierBase Constructor

Initialize a new instance of the DkimVerifierBase class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected DkimVerifierBase(
	IDkimPublicKeyLocator publicKeyLocator
)

Parameters

publicKeyLocator  IDkimPublicKeyLocator
The public key locator.
Exceptions
ExceptionCondition
ArgumentNullExceptionpublicKeyLocator is null.
Remarks
Initializes the DkimVerifierBase.
See Also