Gets or sets the security parameters of the current socket.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Property Parameters As TlsParameters
	Get
	Set
C#
public TlsParameters Parameters { get; set; }

Field Value

The security parameters of the current socket.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also