Click or drag to resize
MimeKit

DkimSigner Methods

The DkimSigner type exposes the following members.

Methods
 NameDescription
Protected methodCreateSigningContext Create the digest signing context.
(Inherited from DkimSignerBase)
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Protected methodGetTimestamp Get the timestamp value.
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodCode exampleSign(MimeMessage, IListHeaderId) Digitally sign the message using a DomainKeys Identified Mail (DKIM) signature.
Public methodCode exampleSign(MimeMessage, IListString) Digitally sign the message using a DomainKeys Identified Mail (DKIM) signature.
Public methodCode exampleSign(FormatOptions, MimeMessage, IListHeaderId) Digitally sign the message using a DomainKeys Identified Mail (DKIM) signature.
Public methodCode exampleSign(FormatOptions, MimeMessage, IListString) Digitally sign the message using a DomainKeys Identified Mail (DKIM) signature.
Public methodToString
(Inherited from Object)
Top
See Also