Click or drag to resize
MimeKit

DkimVerifierBase Class

A base class for DKIM and ARC verifiers.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyDkimVerifierBase
    MimeKit.CryptographyArcVerifier
    MimeKit.CryptographyDkimVerifier

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public abstract class DkimVerifierBase

The DkimVerifierBase type exposes the following members.

Constructors
 NameDescription
Protected methodDkimVerifierBase Initialize a new instance of the DkimVerifierBase class.
Top
Properties
 NameDescription
Public propertyMinimumRsaKeyLength Get or set the minimum allowed RSA key length.
Protected propertyPublicKeyLocator Get the public key locator.
Top
Methods
 NameDescription
Public methodDisable Disable a DKIM signature algorithm.
Public methodEnable Enable a DKIM signature algorithm.
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.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Protected methodStatic memberVerifyBodyHash Verify the hash of the message body.
Protected methodVerifySignature Verify the signature of the message headers.
Top
Remarks
The base class for DkimVerifier and ArcVerifier.
See Also