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

Renci.SshNet.Security.KeyExchangeECDH

abstract class KeyExchangeECDH : KeyExchangeEC
namespace Renci.SshNet.Security { internal abstract class KeyExchangeECDH : KeyExchangeEC { protected abstract ECCurve Curve { get; } protected abstract X9ECParameters CurveParameter { get; } protected KeyExchangeECDH(); } }