Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupShaBase
namespace Renci.SshNet.Security
{
internal abstract class KeyExchangeDiffieHellmanGroupShaBase : KeyExchangeDiffieHellman
{
public abstract BigInteger GroupPrime { get; }
protected KeyExchangeDiffieHellmanGroupShaBase();
}
}