Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityPermissionFlag.cs
Go to the documentation of this file.
2
3[Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
4[Flags]
6{
7 AllFlags = 0x3FFF,
8 Assertion = 1,
9 BindingRedirects = 0x2000,
10 ControlAppDomain = 0x400,
11 ControlDomainPolicy = 0x100,
12 ControlEvidence = 0x20,
13 ControlPolicy = 0x40,
14 ControlPrincipal = 0x200,
15 ControlThread = 0x10,
16 Execution = 8,
17 Infrastructure = 0x1000,
18 NoFlags = 0,
23}