The methods of System.Security.Cryptography.ICryptoTransform are listed below. For a list of all members, see the ICryptoTransform Members list.
TransformBlock(byte[], int, int, byte[], int) : intProcess a block of data.TransformFinalBlock(byte[], int, int) : byte[]Processes the final part of the data. Also finalizes the function if needed.
Process a block of data.
Processes the final part of the data. Also finalizes the function if needed.