Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityProtocolType Enumeration

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
<Serializable>
Public Enum SecurityProtocolType
[C#]
[Flags]
[Serializable]
public enum SecurityProtocolType
[C++]
[Flags]
[Serializable]
__value public enum SecurityProtocolType
[JScript]
public
   Flags
 Serializable
enum SecurityProtocolType

Members

Member name Description Value
Ssl3 48
Tls 192

Requirements

Namespace: System.Net

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System (in System.dll)

See Also

System.Net Namespace

Show:
© 2017 Microsoft