10 references to SecurityRuleSet
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1070
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
SecurityRuleSet
))]
netstandard (1)
netstandard.cs (1)
2005
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
SecurityRuleSet
))]
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (2)
431
public virtual
SecurityRuleSet
SecurityRuleSet =>
SecurityRuleSet
.None;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityRulesAttribute.cs (2)
10
public SecurityRulesAttribute(
SecurityRuleSet
ruleSet)
18
public
SecurityRuleSet
RuleSet { get; }
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (2)
257
public sealed override
SecurityRuleSet
SecurityRuleSet
261
return
SecurityRuleSet
.None;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
70
public override
SecurityRuleSet
SecurityRuleSet
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
780
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.
SecurityRuleSet
))]