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

Renci.SshNet.Security.Cryptography.Ciphers.Modes.OfbCipherMode

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