AssemblyBuilder.SecurityRuleSet 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值指出應針對此組件強制執行的 Common Language Runtime (CLR) 安全性規則組合。
public:
virtual property System::Security::SecurityRuleSet SecurityRuleSet { System::Security::SecurityRuleSet get(); };
public override System.Security.SecurityRuleSet SecurityRuleSet { get; }
member this.SecurityRuleSet : System.Security.SecurityRuleSet
Public Overrides ReadOnly Property SecurityRuleSet As SecurityRuleSet
屬性值
CLR 對這個動態組件強制執行的安全性規則組合。
備註
.NET Framework 4 一律會針對其產生的動態元件強制執行層級 2 透明度 (SecurityRuleSet.Level2) 。