Click or drag to resize
MimeKit

ArcVerifier Methods

The ArcVerifier 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, CancellationToken) Verify the ARC signature chain.
Public methodCode exampleVerify(FormatOptions, MimeMessage, CancellationToken) Verify the ARC signature chain.
Public methodCode exampleVerifyAsync(MimeMessage, CancellationToken) Asynchronously verify the ARC signature chain.
Public methodCode exampleVerifyAsync(FormatOptions, MimeMessage, CancellationToken) Asynchronously verify the ARC signature chain.
Protected methodVerifySignature Verify the signature of the message headers.
(Inherited from DkimVerifierBase)
Top
See Also