TransformFinalBlock
Transforms the last of the data, adding any padding as needed.
Public Function TransformFinalBlock(
ByRef InputBuffer ( ) As Byte,
ByVal InputOffset As Long,
ByVal InputCount As Long ) As Byte ( ) :
Parameters
- InputBuffer
-
[ByRef]
Byte.
The plain text buffer to process.
- InputOffset
-
[ByVal]
Long.
The starting index of the data to be processed.
- InputCount
-
[ByVal]
Long.
The amount of data to be processed.
Return Values
Byte() - The final array of processed data.
See Also
Project CorLib Overview
Class ICryptoTransform Overview