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

System.Security.Cryptography.HashAlgorithm.TransformBlock Method

Documentation for this section has not yet been entered. [Edit]

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. [Edit]
inputOffset
The offset into the input buffer to start reading at. [Edit]
inputCount
The number of bytes to be copied. [Edit]
outputBuffer
The buffer to write the copied data to. [Edit]
outputOffset
At what point in the outputBuffer to write the data at. [Edit]

Returns

Documentation for this section has not yet been entered. [Edit]

Remarks

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

Requirements

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