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

Algorithm

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

Gets algorithm name.

protected Algorithm()