KeyExchangeDiffieHellmanGroupExchangeSha256 Hash Method SSH .NET Client Library Documentation
Hashes the specified data bytes.

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

protected override byte[] Hash(
	byte[] hashBytes
)

Parameters

hashBytes
Type:  OnlineSystem Byte 
Data to hash.

Return Value

Hashed bytes
See Also