This documentation is archived and is not being maintained.
RijndaelManagedTransform Members
Visual Studio 2008
Performs a cryptographic transformation of data using the Rijndael algorithm. This class cannot be inherited.
The RijndaelManagedTransform type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Clear | Releases all resources used by the RijndaelManagedTransform class. |
![]() ![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() |
GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() ![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
Reset | Resets the internal state of RijndaelManagedTransform so it can be used again to do a different encryption or decryption. |
![]() ![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() |
TransformBlock | Computes the transformation for the specified region of the input byte array and copies the resulting transformation to the specified region of the output byte array. |
![]() ![]() |
TransformFinalBlock | Computes the transformation for the specified region of the specified byte array. |
Name | Description | |
---|---|---|
![]() ![]() |
BlockSizeValue | Gets the block size. |
![]() ![]() |
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 | |
---|---|---|
![]() ![]() ![]() |
IDisposable.Dispose | Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Show: