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

namespace System.Security.Cryptography
{
public class RSAParameters // TypeDefIndex: 4062
{
	// Fields
	type#12865 Exponent;
	type#12865 Modulus;
	type#12874 P;
	type#12874 Q;
	type#12874 DP;
	type#12874 DQ;
	type#12874 InverseQ;
	type#12874 D;
}
}
