System.Net.SecurityProtocolType Enumeration

Specifies the security protocols that are supported by the Schannel security package.

Syntax

[System.Flags]
public enum SecurityProtocolType

Remarks

This enumeration defines permissible values for the ServicePointManager.SecurityProtocol property and specifies the security protocols that are used by instances of the System.Net.Security.SslStream class.

Members

Member NameDescription
Ssl3

Specifies the Secure Socket Layer (SSL) 3.0 security protocol.

Tls

Specifies the Transport Layer Security (TLS) 1.0 security protocol.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0