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

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); } }