The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AssemblyBuilder::SecurityRuleSet Property
.NET Framework (current version)
Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.
Assembly: mscorlib (in mscorlib.dll)
public: property SecurityRuleSet SecurityRuleSet { virtual SecurityRuleSet get() override; }
Property Value
Type: System.Security::SecurityRuleSetThe security rule set that the CLR enforces for this dynamic assembly.
The .NET Framework 4 always enforces level 2 transparency (SecurityRuleSet::Level2) for the dynamic assemblies it generates.
.NET Framework
Available since 4.0
Available since 4.0
Show: