Constructor ReportedAuthenticationProperty
- Namespace
- MailFathom.Domain.Emails.Authentication
- Assembly
- MailFathom.Domain.dll
ReportedAuthenticationProperty(string, string, string)
One property a receiving server wrote beside a method's result, uninterpreted.
public ReportedAuthenticationProperty(string Type, string Name, string Value)
Parameters
TypestringThe
ptypeRFC 8601 names the property under, such asheaderorsmtp.NamestringThe property within that type, such as
dfor a DKIM signing domain.ValuestringThe value the server wrote, exactly as it wrote it.
Remarks
This is where the identity actually lives: a result of pass says nothing on its own, and the property beside
it is what says whose domain passed. It is carried across the parsing boundary uninterpreted so that deciding which
property means what happens where it is unit-testable rather than inside a MIME library's adapter.
Value names a domain or a mailbox, so it is personal data and is never logged.