HCETransform THashAlgorithm, TEncryptionAlgorithm  TransformFinalBlock Method NMLE API Reference
Transforms the specified region of the specified byte array.

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

public override byte[] TransformFinalBlock(
	byte[] inputBuffer,
	int inputOffset,
	int inputCount
)

Parameters

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

Return Value

Type:  OnlineByte 
The computed transform.

Implements

OnlineICryptoTransform TransformFinalBlock( Byte , Int32, Int32)
See Also