Method GuaranteesEncryptedChannel
- Namespace
- MailFathom.Domain.Transport
- Assembly
- MailFathom.Domain.dll
GuaranteesEncryptedChannel(MailConnectionSecurity)
Gets whether the connection mode guarantees that no traffic can travel unencrypted.
public static bool GuaranteesEncryptedChannel(MailConnectionSecurity connectionSecurity)
Parameters
connectionSecurityMailConnectionSecurityThe connection encryption mode.
Returns
Exceptions
- ArgumentOutOfRangeException
Thrown when
connectionSecurityis not a defined member.