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

namespace System.Security.Cryptography
{
public class RSAEncryptionPadding // TypeDefIndex: 4018
{
	// Fields
	type#24901 s_pkcs1;
	type#24901 s_oaepSHA1;
	type#24901 s_oaepSHA256;
	type#24901 s_oaepSHA384;
	type#24901 s_oaepSHA512;
	type#24903 _mode;
	type#19481 _oaepHashAlgorithm;

	// Methods
	// RVA: -1
	public static type#24900 get_Pkcs1() { }
	// RVA: -1
	public static type#24900 get_OaepSHA1() { }
	// RVA: -1
	private type#28660 .ctor(type#24902 mode, type#19480 oaepHashAlgorithm) { }
	// RVA: -1
	public static type#24900 CreateOaep(type#19480 hashAlgorithm) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	private static type#20867 CombineHashCodes(type#20867 h1, type#20867 h2) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#24900 other) { }
	// RVA: -1
	public static type#15313 op_Equality(type#24900 left, type#24900 right) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#24900 left, type#24900 right) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
