Assembly.SecurityRuleSet Property

Definition

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

Produkt Versioner
.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