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 SshParameters
	Get
	Set
C#
public SshParameters 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