Assembly::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)
Property Value
Type: System.Security::SecurityRuleSetThe security rule set that the CLR enforces for this assembly.
By default, assemblies that you compile with the .NET Framework 4 have transparency, although you can explicitly make them instead. Assemblies that were compiled with earlier versions of the .NET Framework have level 1 transparency.
.NET Framework
Available since 4.0
Available since 4.0
Show: