SecurityProtocolType Enumeration
Specifies the security protocols that are supported by the Schannel security package.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Ssl3 | Specifies the Secure Socket Layer (SSL) 3.0 security protocol. | |
| SystemDefault | Specifies the system default security protocol as defined by Schannel. | |
| Tls | Specifies the Transport Layer Security (TLS) 1.0 security protocol. | |
| Tls11 | Specifies the Transport Layer Security (TLS) 1.1 security protocol. | |
| Tls12 | Specifies the Transport Layer Security (TLS) 1.2 security protocol. |
This enumeration defines permissible values for the SecurityProtocol property and specifies the security protocols that are used by instances of the SslStream class.
Available since 1.1