KeyExchangeDiffieHellman HandleServerDhReply Method SSH .NET Client Library Documentation
Handles the server DH reply message.

Namespace: Renci.SshNet.Security
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

protected virtual void HandleServerDhReply(
	byte[] hostKey,
	BigInteger serverExchangeValue,
	byte[] signature
)

Parameters

hostKey
Type:  OnlineSystem Byte 
The host key.
serverExchangeValue
Type: Renci.SshNet.Common BigInteger
The server exchange value.
signature
Type:  OnlineSystem Byte 
The signature.
See Also