RCETransform THashAlgorithm, TEncryptionAlgorithm  TransformBlock Method NMLE API Reference
Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.

Namespace: NMLE.RCE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

inputBuffer
Type:  OnlineSystem Byte 
The input for which to compute the transform.
inputOffset
Type: OnlineSystem Int32
The offset into the input byte array from which to begin using data.
inputCount
Type: OnlineSystem Int32
The number of bytes in the input byte array to use as data.
outputBuffer
Type:  OnlineSystem Byte 
The output to which to write the transform.
outputOffset
Type: OnlineSystem Int32
The offset into the output byte array from which to begin writing data.

Return Value

Type: OnlineInt32
The number of bytes written.

Implements

OnlineICryptoTransform TransformBlock( Byte , Int32, Int32,  Byte , Int32)
See Also