System.Security.SecurityRulesAttribute
namespace System.Security
{
public sealed class SecurityRulesAttribute : Attribute
{
public SecurityRuleSet RuleSet { get; }
public bool SkipVerificationInFullTrust { get; set; }
public SecurityRulesAttribute(SecurityRuleSet ruleSet);
}
}