9 private bool m_skipVerificationInFullTrust;
18 return m_skipVerificationInFullTrust;
22 m_skipVerificationInFullTrust = value;
Represents the base class for custom attributes.
SecurityRuleSet RuleSet
Gets the rule set to be applied.
bool SkipVerificationInFullTrust
Determines whether fully trusted transparent code should skip Microsoft intermediate language (MSIL) ...
Indicates the set of security rules the common language runtime should enforce for an assembly.
SecurityRulesAttribute(SecurityRuleSet ruleSet)
Initializes a new instance of the T:System.Security.SecurityRulesAttribute class using the specified ...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
SecurityRuleSet
Identifies the set of security rules the common language runtime should enforce for an assembly.