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

KeyExchangeEcdhInitMessage

Represents SSH_MSG_KEXECDH_INIT message.
public byte[] QC { get; }

Gets the client's ephemeral contribution to the ECDH exchange, encoded as an octet string.

public KeyExchangeEcdhInitMessage(byte[] q)

Initializes a new instance of the KeyExchangeEcdhInitMessage class.

Initializes a new instance of the KeyExchangeEcdhInitMessage class.