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.
Namespace: System.NetAssembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Ssl3 | Specifies the Secure Socket Layer (SSL) 3.0 security protocol. SSL 3.0 has been superseded by the Transport Layer Security (TLS) protocol and is provided for backward compatibility only. | |
| Tls | Specifies the Transport Layer Security (TLS) 1.0 security protocol. TLS assumes that a connection-oriented protocol, typically TCP, is in use. The TLS protocol is defined in IETF RFC 2246. |
This enumeration defines permissible values for the SecurityProtocol property and specifies the security protocols that are used by instances of the SslStream class.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.