ICryptoTransform.TransformFinalBlock Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Transforms the specified region of the specified byte array.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- inputBuffer
- Type:
System.Byte
[]
The input for which to compute the transform.
- inputOffset
- Type: System.Int32
The offset into the byte array from which to begin using data.
- inputCount
- Type: System.Int32
The number of bytes in the byte array to use as data.
Show: