System.Security.Cryptography.TripleDES
namespace System.Security.Cryptography
{
public abstract class TripleDES : SymmetricAlgorithm
{
protected TripleDES();
public new static TripleDES Create();
public new static TripleDES Create(string str);
public static bool IsWeakKey(byte[] rgbKey);
}
}