Click or drag to resize
MimeKit

DkimSignerBase Class

A base class for DKIM and ARC signers.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyDkimSignerBase
    MimeKit.CryptographyArcSigner
    MimeKit.CryptographyDkimSigner

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

The DkimSignerBase type exposes the following members.

Constructors
 NameDescription
Protected methodDkimSignerBase Initialize a new instance of the DkimSignerBase class.
Top
Properties
 NameDescription
Public propertyCode exampleBodyCanonicalizationAlgorithm Get or set the canonicalization algorithm to use for the message body.
Public propertyCode exampleDomain Get the domain that the signer represents.
Public propertyCode exampleHeaderCanonicalizationAlgorithm Get or set the canonicalization algorithm to use for the message headers.
Protected propertyPrivateKey Gets the private key.
Public propertyCode exampleSelector Get the selector subdividing the domain.
Public propertyCode exampleSignatureAlgorithm Get or set the algorithm to use for signing.
Public propertySignaturesExpireAfter Get or set the timespan after which signatures are no longer valid.
Top
Methods
 NameDescription
Protected methodCreateSigningContext Create the digest signing context.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
The base class for DkimSigner and ArcSigner.
See Also