共用方式為


FileEncryptionTransform.TransformFinalBlock(Byte[], Int32, Int32) Method

Definition

Transforms the specified region of the specified byte array.

public byte[] TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount);
abstract member TransformFinalBlock : byte[] * int * int -> byte[]
override this.TransformFinalBlock : byte[] * int * int -> byte[]
Public Function TransformFinalBlock (inputBuffer As Byte(), inputOffset As Integer, inputCount As Integer) As Byte()

Parameters

inputBuffer
Byte[]

The input for which to compute the transform.

inputOffset
Int32

The offset into the byte array from which to begin using data.

inputCount
Int32

The number of bytes in the byte array to use as data.

Returns

Byte[]

The computed transform.

Implements

Applies to