Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.SecurityRuleSet
Assembly: System.Runtime
Identifies the set of security rules the common language runtime should enforce for an assembly.
Values
None
Unsupported. Using this value results in a <see cref="T:System.IO.FileLoadException" /> being thrown.
Level1
Indicates that the runtime will enforce level 1 (.NET Framework version 2.0) transparency rules.
Level2
Indicates that the runtime will enforce level 2 transparency rules.