System.Net.Security.SslStream.SslProtocol Property

Gets a value that indicates the security protocol used to authenticate this connection.

Syntax

public virtual System.Security.Authentication.SslProtocols SslProtocol { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The supported security protocols are specified when the System.Net.Security.SslStream is created. If no security protocol was passed to the constructor, the instance is created using System.Security.Authentication.SslProtocols.Default. The actual protocol used for authentication is selected based on the protocols supported by the client and server.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0