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

namespace System.Security.Cryptography
{
public class DSAParameters // TypeDefIndex: 4035
{
	// Fields
	type#12865 P;
	type#12865 Q;
	type#12865 G;
	type#12865 Y;
	type#12865 J;
	type#12874 X;
	type#12865 Seed;
	type#20872 Counter;
}
}
