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

AsymmetricCipher

public abstract class AsymmetricCipher : Cipher
Base class for asymmetric cipher implementations.
namespace Renci.SshNet.Security.Cryptography { public abstract class AsymmetricCipher : Cipher { public override byte MinimumSize => 0; } }