ServicePointManager.SecurityProtocol Property
.NET Framework 3.0
Gets or sets the security protocol used by the ServicePoint objects managed by the ServicePointManager object.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public Shared Property SecurityProtocol As SecurityProtocolType 'Usage Dim value As SecurityProtocolType value = ServicePointManager.SecurityProtocol ServicePointManager.SecurityProtocol = value
/** @property */ public static SecurityProtocolType get_SecurityProtocol () /** @property */ public static void set_SecurityProtocol (SecurityProtocolType value)
public static function get SecurityProtocol () : SecurityProtocolType public static function set SecurityProtocol (value : SecurityProtocolType)
Not applicable.
Property Value
One of the values defined in the SecurityProtocolType enumeration.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.