Mono Class Library: System.Security.Cryptography.HashAlgorithm Overview | Members

System.Security.Cryptography.HashAlgorithm.TransformBlock Method

Documentation for this section has not yet been entered.

public int TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)

Parameters

inputBuffer
The buffer from which to grab the data to be copied.
inputOffset
The offset into the input buffer to start reading at.
inputCount
The number of bytes to be copied.
outputBuffer
The buffer to write the copied data to.
outputOffset
At what point in the outputBuffer to write the data at.

Returns

Documentation for this section has not yet been entered.

Remarks

Used for stream chaining. Computes hash as data passes through it.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0