I found two class in C# related to AES, and example code of them MSDN provides are similar, what is the difference between these two classes?
AES is the abstract base class while AESManaged is a managed implementation of AES based upon Rijndael symmetric algorithm with a fixed block size and iteration count.