EncryptionProtocols Enumeration

Defines the possible versions of encryption protocols.

Namespace:  Aspose.Email.Clients.Base
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum EncryptionProtocols
Members
  Member nameValueDescription
NotSpecified0 Not specified Please note, this value is not similar to SslProtocols.None value and can't be used to automatically select an encryption protocol. Also JFYI, SslProtocols.None value leads to problem with connection to mail servers and can't be used in email clients.
Ssl212 Obsolete. Ssl 2
Ssl348 Obsolete. Ssl 3
Tls192 TLS 1.0
Tls11768 TLS 1.1
Tls123072 TLS 1.2
Tls1312288 TLS 1.3
See Also