This enumeration specifies the available security protocol types. public enum SecurityProtocolType { Ssl3 = 0x00000030 , Tls = 0x000000C0 } Hierarchy System.Object Returned ByServicePointManager.SecurityProtocol Passed ToServicePointManager.SecurityProtocol |