CipherDigitalSignature Hash Method SSH .NET Client Library Documentation
Hashes the specified input.

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

protected abstract byte[] Hash(
	byte[] input
)

Parameters

input
Type:  OnlineSystem Byte 
The input.

Return Value

Hashed data.
See Also