Defines the return values of Verify method.
| Member Name | Description |
|---|---|
| OK | The DomainKeys signature of the message is valid and up to date. |
| MessageNotSigned | The message is not signed with DomainKeys signature. |
| SignatureInvalidTag | The DomainKeys signature tag in the message headers is invalid. |
| SignatureExpired | The DomainKeys signature is expired. |
| DomainInvalid | The DomainKeys signature refers to non-existent sender domain. |
| DnsQueryFailed | DNS query could not be performed. Perhaps, all DnsServers (supplied in dnsRequestor parameter of Verify method) are dead. |
| DnsEntryInvalidTag | The DomainKeys DNS record of the sender domain is incorrect. |
| SignatureInvalid | The DomainKeys signature of the message is invalid. |
| PublicKeyBadFormat | The public key contained in DomainKeys DNS record of the sender domain has wrong format. |
| Sha256NotSupported | It's not possible to verify the given DKIM signature because the operating system does not support SHA256 algorithm. |
Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll)