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

Renci.SshNet.Security.Org.BouncyCastle.Utilities.IMemoable

interface IMemoable
namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities { internal interface IMemoable { IMemoable Copy(); void Reset(IMemoable other); } }