This documentation is archived and is not being maintained.
ICryptoTransform Interface
Visual Studio 2010
Defines the basic operations of cryptographic transformations.
Assembly: mscorlib (in mscorlib.dll)
The ICryptoTransform type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanReuseTransform | Gets a value indicating whether the current transform can be reused. |
![]() | CanTransformMultipleBlocks | Gets a value indicating whether multiple blocks can be transformed. |
![]() | InputBlockSize | Gets the input block size. |
![]() | OutputBlockSize | Gets the output block size. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | TransformBlock | Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array. |
![]() | TransformFinalBlock | Transforms the specified region of the specified byte array. |
Hash algorithms are an example of cryptographic transformations (HashAlgorithm).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
