Method FromStoredValue
- Namespace
- MailFathom.Domain.Emails.Authentication
- Assembly
- MailFathom.Domain.dll
FromStoredValue(string?)
Reads back a revision a column stored.
public static SenderTrustPolicyRevision FromStoredValue(string? stored)
Parameters
Returns
- SenderTrustPolicyRevision
The revision, which is None when the row carries none.
Remarks
Nothing re-derives a stored revision, so nothing here re-checks one either: the value is opaque to every reader and is only ever compared with another revision for equality.