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