Enum EncryptionProtocols
EncryptionProtocols enumeration
Defines the possible versions of encryption protocols.
[Flags]
public enum EncryptionProtocols
Values
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified Please note, this value is similar to SslProtocols.None |
Ssl2 | C | Ssl 2 |
Ssl3 | 30 | Ssl 3 |
Tls | C0 | TLS 1.0 |
Tls11 | 300 | TLS 1.1 |
Tls12 | C00 | TLS 1.2 |
Tls13 | 3000 | TLS 1.3 |
See Also
- namespace Aspose.Email.Clients.Base
- assembly Aspose.Email