KeyHostAlgorithm Constructor (String, Key,  Byte )SSH .NET Client Library Documentation
Initializes a new instance of the HostAlgorithm class.

Namespace: Renci.SshNet.Security
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public KeyHostAlgorithm(
	string name,
	Key key,
	byte[] data
)

Parameters

name
Type: OnlineSystem String
Host key name.
key
Type: Renci.SshNet.Security Key
Host key.
data
Type:  OnlineSystem Byte 
Host key encoded data.
See Also