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

namespace System.Security.Cryptography
{
public class PaddingMode // TypeDefIndex: 4026
{
	// Fields
	type#20890 value__;
	type#24170 None;
	type#24170 PKCS7;
	type#24170 Zeros;
	type#24170 ANSIX923;
	type#24170 ISO10126;
}
}
