<PackageReference Include="SSH.NET" Version="2020.0.1" />

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); } }