KeyExchange CalculateHash Method SSH .NET Client Library Documentation
Calculates key exchange hash value.

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

protected abstract byte[] CalculateHash()

Return Value

Key exchange hash.
See Also