// Assembly: mscorlib
// Full name: System.Security.Cryptography.TripleDES

namespace System.Security.Cryptography
{
public class TripleDES // TypeDefIndex: 4083
{
	// Fields
	type#13202 s_legalBlockSizes;
	type#13202 s_legalKeySizes;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#12860 get_Key() { }
	// RVA: -1
	public virtual type#28660 set_Key(type#12860 value) { }
	// RVA: -1
	public static type#27655 Create() { }
	// RVA: -1
	public static type#15313 IsWeakKey(type#12860 rgbKey) { }
	// RVA: -1
	private static type#15313 EqualBytes(type#12860 rgbKey, type#20867 start1, type#20867 start2, type#20867 count) { }
	// RVA: -1
	private static type#15313 IsLegalKeySize(type#12860 rgbKey) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
