Method FindConfigurationErrors
- Namespace
- MailFathom.Infrastructure.Mail
- Assembly
- MailFathom.Infrastructure.dll
FindConfigurationErrors()
Finds every unsupported mechanism name and every violated domain transport security rule.
public IReadOnlyList<MailAccountTransportSecurityConfigurationError> FindConfigurationErrors()
Returns
- IReadOnlyList<MailAccountTransportSecurityConfigurationError>
The errors to report at startup, empty when the settings are safe.
Remarks
Descriptions name the setting and the rule only. The user name, password, and trust anchor reference stay out of them, because startup validation output reaches operator consoles and logs.