Mono Class Library: Overview

System.Security.Cryptography.ICryptoTransform: Method Members

The methods of System.Security.Cryptography.ICryptoTransform are listed below. For a list of all members, see the ICryptoTransform Members list.

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.