KeyExchange ValidateExchangeHash Method SSH .NET Client Library Documentation
Validates the exchange hash.

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

protected abstract bool ValidateExchangeHash()

Return Value

true if exchange hash is valid; otherwise false.
See Also