DomainKeys Methods

The DomainKeys type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleSign(MailMessage, String, Byte, String)
Signs a mail message with DomainKeys and DKIM signatures.
Public methodSign(MailMessage, String, Byte, String, DomainKeysTypes)
Signs a mail message with DomainKeys and/or DKIM signatures.
Public methodCode exampleSign(MailMessage, String, String, Boolean, String)
Signs a mail message with DomainKeys and DKIM signatures.
Public methodSign(MailMessage, String, String, Boolean, String, DomainKeysTypes)
Signs a mail message with DomainKeys and/or DKIM signatures.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodCode exampleVerify(MailMessage, Smtp)
Verifies the DomainKeys and DKIM signatures of the mail message.
Public methodCode exampleVerify(MailMessage, Smtp, Header)
Verifies the specified DomainKeys and/or DKIM signature of the mail message.
Public methodVerify(MailMessage, Smtp, DomainKeysTypes)
Verifies the DomainKeys and/or DKIM signatures of the mail message.
Public methodVerifyAsync(MailMessage, Smtp)
async/await version of Verify(MailMessage, Smtp).
Public methodVerifyAsync(MailMessage, Smtp, Header)
async/await version of Verify(MailMessage, Smtp, Header).
Public methodVerifyAsync(MailMessage, Smtp, DomainKeysTypes)
Top
See Also