Click or drag to resize
MimeKit

DkimVerifier Methods

The DkimVerifier type exposes the following members.

Methods
 NameDescription
Public methodDisable Disable a DKIM signature algorithm.
(Inherited from DkimVerifierBase)
Public methodEnable Enable a DKIM signature algorithm.
(Inherited from DkimVerifierBase)
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodIsEnabled Check whether a DKIM signature algorithm is enabled.
(Inherited from DkimVerifierBase)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Public methodCode exampleVerify(MimeMessage, Header, CancellationToken) Verify the specified DKIM-Signature header.
Public methodCode exampleVerify(FormatOptions, MimeMessage, Header, CancellationToken) Verify the specified DKIM-Signature header.
Public methodCode exampleVerifyAsync(MimeMessage, Header, CancellationToken) Asynchronously verify the specified DKIM-Signature header.
Public methodCode exampleVerifyAsync(FormatOptions, MimeMessage, Header, CancellationToken) Asynchronously verify the specified DKIM-Signature header.
Protected methodVerifySignature Verify the signature of the message headers.
(Inherited from DkimVerifierBase)
Top
See Also