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

Renci.SshNet.Security.Cryptography.SymmetricCipher

public abstract class SymmetricCipher : Cipher
Base class for symmetric cipher implementations.
namespace Renci.SshNet.Security.Cryptography { public abstract class SymmetricCipher : Cipher { protected byte[] Key { get; } protected SymmetricCipher(byte[] key); } }