TelnetEncryptionStrengthOption Enumeration
In This Topic
Defines options for specifying the encryption strength for Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.
Members
Member | Description |
Bits128 | 128-bit encryption strength. |
Bits168 | 168-bit encryption strength. |
Bits256 | 256-bit encryption strength. |
Bits40 | 40-bit encryption strength. |
Bits56 | 56-bit encryption strength. |
Custom | Select this option to use a customized set of ciphers. Encryption strength settings from previous versions have been converted as Custom ciphers. |
Default | The encryption strength is established by the host and Reflection during handshaking. |
Recommended | The encryption strength is established from a set of recommended ciphers. Select this option to use the most secure ciphers for the selected protocol version. |
See Also