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

Renci.SshNet.Security.Cryptography.AsymmetricCipher

public abstract class AsymmetricCipher : Cipher
Base class for asymmetric cipher implementations.
namespace Renci.SshNet.Security.Cryptography { public abstract class AsymmetricCipher : Cipher { protected AsymmetricCipher(); } }