System::Security::Authentication::SslProtocols enum
SslProtocols enum
Enumerates the cryptographic protocols.
enum class SslProtocols
Values
Name | Value | Description |
---|---|---|
None | 0 | The operating system chooses a protocol to use. |
Ssl2 | 12 | The SSL 2.0 protocol. |
Ssl3 | 48 | The SSL 3.0 protocol. |
Tls | 192 | The TLS 1.0 protocol. |
Default | 240 | Permits only the SSL 3.0 or TLS 1.0 protocols to be used. |
Tls11 | 768 | The TLS 1.1 protocol. |
Tls12 | 3072 | The TLS 1.2 protocol. |
See Also
- Namespace System::Security::Authentication
- Library Aspose.PUB for C++