RijndaelManagedTransform.TransformFinalBlock Method
Computes the transformation for the specified region of the specified byte array.
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Parameters
- inputBuffer
- Type: System.Byte[]
The input to perform the operation on.
- inputOffset
- Type: System.Int32
The offset into the byte array to begin using data from.
- inputCount
- Type: System.Int32
The number of bytes in the byte array to use as data.
Implements
ICryptoTransform.TransformFinalBlock(Byte[], Int32, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | The inputBuffer parameter is null. |
| ArgumentException | The value of the inputCount parameter is less than 0. -or- The value of the inputCount parameter is grater than the length of inputBuffer parameter. |
| ArgumentOutOfRangeException | The value of the inputOffset parameter is negative. |
| CryptographicException | The length of the inputCount parameter is not evenly devisable by input block size. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.