Property PermittedMechanisms
- Namespace
- MailFathom.Domain.Transport
- Assembly
- MailFathom.Domain.dll
PermittedMechanisms
Gets the permitted mechanisms in configured order, without duplicates.
public IReadOnlyList<MailAuthenticationMechanism> PermittedMechanisms { get; }
Property Value
Remarks
The order is presentation only; see the type remarks for why it is not a preference.