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

namespace System.Security.Cryptography
{
public class CipherMode // TypeDefIndex: 4025
{
	// Fields
	type#20890 value__;
	type#15938 CBC;
	type#15938 ECB;
	type#15938 OFB;
	type#15938 CFB;
	type#15938 CTS;
}
}
