Mono Class Library: Overview

System.Security.Cryptography.ICryptoTransform: Members

The members of System.Security.Cryptography.ICryptoTransform are listed below.

Public Properties

[read-only]
CanReuseTransformbool. Specify if the current transform object can be reused.
[read-only]
CanTransformMultipleBlocksbool. Specify if the current transform object can process multiple blocks in a single call.
[read-only]
InputBlockSizeint. Size of input blocks for the function in bytes.
[read-only]
OutputBlockSizeint. Size of the output blocks of the function in bytes.

Public Methods

TransformBlock(byte[], int, int, byte[], int) : int
Process a block of data.
TransformFinalBlock(byte[], int, int) : byte[]
Processes the final part of the data. Also finalizes the function if needed.