2 overrides of SecurityRuleSet
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
257public sealed override SecurityRuleSet SecurityRuleSet
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
70public override SecurityRuleSet SecurityRuleSet
1 reference to SecurityRuleSet
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
72get { return UnderlyingAssembly.SecurityRuleSet; }