SecurityRulesAttribute(SecurityRuleSet) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的规则集值初始化 SecurityRulesAttribute 类的新实例。
public:
SecurityRulesAttribute(System::Security::SecurityRuleSet ruleSet);
public SecurityRulesAttribute (System.Security.SecurityRuleSet ruleSet);
new System.Security.SecurityRulesAttribute : System.Security.SecurityRuleSet -> System.Security.SecurityRulesAttribute
Public Sub New (ruleSet As SecurityRuleSet)
参数
- ruleSet
- SecurityRuleSet
用于指定透明规则集的枚举值之一。
注解
指定 ruleSet
参数时,请使用 Level1 .NET Framework 版本 2.0 规则或 Level2 .NET Framework 4 个规则。 有关行为的详细信息 Level1 ,请参阅 安全透明代码级别 1。 有关行为的信息 Level2 ,请参阅 安全透明代码,级别 2。