// Assembly: mscorlib
// Full name: System.Security.Permissions.SecurityAction

namespace System.Security.Permissions
{
public class SecurityAction // TypeDefIndex: 4006
{
	// Fields
	type#20890 value__;
	type#25760 Demand;
	type#25760 Assert;
	type#25760 Deny;
	type#25760 PermitOnly;
	type#25760 LinkDemand;
	type#25760 InheritanceDemand;
	type#25760 RequestMinimum;
	type#25760 RequestOptional;
	type#25760 RequestRefuse;
}
}
