Gets or sets the preferred host key (server key) algorithm.

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

Syntax

Visual Basic
Public Property PreferredHostKeyAlgorithm As SshHostKeyAlgorithm
	Get
	Set
C#
public SshHostKeyAlgorithm PreferredHostKeyAlgorithm { get; set; }

Field Value

Preferred host key algorithm. Only one value can be specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also