System.Security.Cryptography.RijndaelManaged Members

The members of System.Security.Cryptography.RijndaelManaged are listed below.

See Also: Inherited members from System.Security.Cryptography.Rijndael

Public Constructors

Initializes a new instance of the System.Security.Cryptography.RijndaelManaged class.

Public Methods

override
CreateDecryptor(byte[], byte[]) : ICryptoTransform

Creates a symmetric System.Security.Cryptography.Rijndael decryptor object with the specified SymmetricAlgorithm.Key and initialization vector (SymmetricAlgorithm.IV).

override
CreateEncryptor(byte[], byte[]) : ICryptoTransform

Creates a symmetric System.Security.Cryptography.Rijndael encryptor object with the specified SymmetricAlgorithm.Key and initialization vector (SymmetricAlgorithm.IV).

override
GenerateIV()

Generates a random initialization vector (SymmetricAlgorithm.IV) to be used for the algorithm.

override
GenerateKey()

Generates a random SymmetricAlgorithm.Key to be used for the algorithm.