Property DkimDomain
- Namespace
- MailFathom.Domain.Emails.Authentication
- Assembly
- MailFathom.Domain.dll
DkimDomain
Gets the domain of a DKIM signature that verified, or null where none did.
public SenderDomain? DkimDomain { get; }
Property Value
Remarks
A message may carry several signatures and each of them may verify. This names the first, as evidence of what the server did, and it is deliberately not what AuthorAuthentication was decided from: every verified signature is considered there, so an unrelated one arriving first cannot hide the one that establishes the author.