Renci.SshNet.Security.KeyHostAlgorithm
Implements key support for host algorithm.
namespace Renci.SshNet.Security
{
public class KeyHostAlgorithm : HostAlgorithm
{
public Key Key { get; }
public KeyHostAlgorithm(string name, Key key);
public KeyHostAlgorithm(string name, Key key, byte[] data);
}
}