Performs a cryptographic transformation of data using the Rijndael algorithm. This class cannot be inherited.
<ComVisibleAttribute(True)> _ Public NotInheritable Class RijndaelManagedTransform _ Implements ICryptoTransform, IDisposable
[ComVisibleAttribute(true)] public sealed class RijndaelManagedTransform : ICryptoTransform, IDisposable
[ComVisibleAttribute(true)] public ref class RijndaelManagedTransform sealed : ICryptoTransform, IDisposable
[<SealedAttribute>] [<ComVisibleAttribute(true)>] type RijndaelManagedTransform = class interface ICryptoTransform interface IDisposable end
Using this class is not recommended. A better practice is to use RijndaelManaged with a CryptoStream object. The CryptoStream object handles the padding issues that can occur when using RijndaelManagedTransform directly. For an example, see the RijndaelManaged class.
Both the CreateEncryptor and CreateDecryptor methods return an instance of the RijndaelManagedTransform class that is initialized with the key information of the current RijndaelManaged object. To encrypt or decrypt data using the Rijndael algorithm, pass the RijndaelManagedTransform object returned by these methods to a CryptoStream object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2