TransformFinalBlock Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

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

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.

Return Value

Type: System.Byte []
The computed transform.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft