RijndaelManagedTransform: TransformFinalBlock

TransformFinalBlock

Processes a set of data adding any padding needed to complete the process.



 Public Function TransformFinalBlock(
	  ByRef InputBuffer ( ) As Byte,
	  ByVal InputOffset As Long,
	  ByVal InputCount As Long ) As Byte ( )

Parameters

InputBuffer
[ByRef] Byte. The final data to be processed.
InputOffset
[ByVal] Long. The index to begin processing from.
InputCount
[ByVal] Long. The amount of data to be processed.

Return Values

Byte() -  The final block of processed data.

Remarks

Once a final block has been processed, the transform is reset to begin transforming new data.

See Also

Project CorLib Overview

Class RijndaelManagedTransform Overview