Edit

Share via


Assembly.SecurityRuleSet Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.

C#
public virtual System.Security.SecurityRuleSet SecurityRuleSet { get; }

Property Value

The security rule set that the CLR enforces for this assembly.

Remarks

.NET Framework only: By default, assemblies that you compile with the .NET Framework 4 have level 2 transparency, although you can explicitly make them level 1 instead. Assemblies that were compiled with earlier versions of the .NET Framework have level 1 transparency. See Security Changes.

Applies to

Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

See also