System.Security.Cryptography.Aes
namespace System.Security.Cryptography
{
public abstract class Aes : SymmetricAlgorithm
{
protected Aes();
public new static Aes Create();
public new static Aes Create(string algorithmName);
}
}