C # in a Nutshell, Second Edition

SecurityProtocolType .NET 1.1, serializable, flag

System.Net (system.dll) enum

This enumeration specifies the available security protocol types.

public enum SecurityProtocolType { Ssl3 = 0x00000030 , Tls = 0x000000C0 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) SecurityProtocolType

Returned By

ServicePointManager.SecurityProtocol

Passed To

ServicePointManager.SecurityProtocol

Категории