Gets the host key algorithm used during key negotiation.

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

Syntax

Visual Basic
Public ReadOnly Property HostKeyAlgorithm As SshHostKeyAlgorithm
	Get
C#
public SshHostKeyAlgorithm HostKeyAlgorithm { get; }

Field Value

Host key algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also