TransformBlock Method
Collapse the table of content
Expand the table of content

ICryptoTransform.TransformBlock 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 input byte array and copies the resulting transform to the specified region of the output byte array.

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

int TransformBlock(
	byte[] inputBuffer,
	int inputOffset,
	int inputCount,
	byte[] outputBuffer,
	int outputOffset
)

Parameters

inputBuffer
Type: System.Byte []
The input for which to compute the transform.
inputOffset
Type: System.Int32
The offset into the input byte array from which to begin using data.
inputCount
Type: System.Int32
The number of bytes in the input byte array to use as data.
outputBuffer
Type: System.Byte []
The output to which to write the transform.
outputOffset
Type: System.Int32
The offset into the output byte array from which to begin writing data.

Return Value

Type: System.Int32
The number of bytes written.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft