Rijndael

Rijndaeldisposable

System.Security.Cryptography (mscorlib.dll)abstract class
public abstract class Rijndael : SymmetricAlgorithm { // Public Constructors    public Rijndael(  ); // Public Static Methods    public static Rijndael Create(  );    public static Rijndael Create(string algName); }

This class extends SymmetricAlgorithm and is the abstract representation of the Rijndael algorithm. Individual implementations of Rijndael will extend this class. The .NET Framework class library includes the Rijndael class, which is the default implementation.

The Rijndael algorithm is also known as the Advanced Encryption Standard (AES).

Hierarchy

System.Object SymmetricAlgorithm(System.IDisposable) Rijndael

Subclasses

RijndaelManaged



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net