Handles the server DH reply message.
Namespace: Renci.SshNet.SecurityAssembly: 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:
System Byte
The host key.
- serverExchangeValue
- Type: Renci.SshNet.Common BigInteger
The server exchange value.
- signature
- Type:
System Byte
The signature.
See Also