<PackageReference Include="SSH.NET" Version="2020.0.0-beta1" />

Algorithm

public abstract class Algorithm
Represents the abstract base class from which all implementations of algorithms must inherit.
namespace Renci.SshNet.Security { public abstract class Algorithm { public abstract string Name { get; } } }