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