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

KeyExchangeDhGroupExchangeRequest

Represents SSH_MSG_KEX_DH_GEX_REQUEST message.
public uint Maximum { get; }

Gets or sets the maximal size in bits of an acceptable group.

public uint Minimum { get; }

Gets or sets the minimal size in bits of an acceptable group.

public uint Preferred { get; }

Gets or sets the preferred size in bits of the group the server will send.

public KeyExchangeDhGroupExchangeRequest(uint minimum, uint preferred, uint maximum)

Initializes a new instance of the KeyExchangeDhGroupExchangeRequest class.