SHA256Hash HashCore Method SSH .NET Client Library Documentation
Routes data written to the object into the hash algorithm for computing the hash.

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

protected override void HashCore(
	byte[] array,
	int ibStart,
	int cbSize
)

Parameters

array
Type:  OnlineSystem Byte 
The input to compute the hash code for.
ibStart
Type: OnlineSystem Int32
The offset into the byte array from which to begin using data.
cbSize
Type: OnlineSystem Int32
The number of bytes in the byte array to use as data.
See Also