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

Renci.SshNet.Security.Cryptography.Ciphers.Modes.CtrCipherMode

public class CtrCipherMode : CipherMode
Implements CTR cipher mode.
namespace Renci.SshNet.Security.Cryptography.Ciphers.Modes { public class CtrCipherMode : CipherMode { public CtrCipherMode(byte[] iv); } }