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

namespace System.Security.Cryptography
{
public class RSAEncryptionPaddingMode // TypeDefIndex: 4019
{
	// Fields
	type#20890 value__;
	type#24904 Pkcs1;
	type#24904 Oaep;
}
}
