terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SecurityAction.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.Obsolete("CAS support is not available with Silverlight applications.")]
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002AE")]
10 [global::System.Serializable]
11 public enum SecurityAction
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x4000BF2")]
14 Demand = 2,
15 [global::Cpp2ILInjected.Token(Token = "0x4000BF3")]
16 Assert,
17 [global::System.Obsolete("This requests should not be used")]
18 [global::Cpp2ILInjected.Token(Token = "0x4000BF4")]
19 Deny,
20 [global::Cpp2ILInjected.Token(Token = "0x4000BF5")]
22 [global::Cpp2ILInjected.Token(Token = "0x4000BF6")]
24 [global::Cpp2ILInjected.Token(Token = "0x4000BF7")]
26 [global::System.Obsolete("This requests should not be used")]
27 [global::Cpp2ILInjected.Token(Token = "0x4000BF8")]
29 [global::System.Obsolete("This requests should not be used")]
30 [global::Cpp2ILInjected.Token(Token = "0x4000BF9")]
32 [global::System.Obsolete("This requests should not be used")]
33 [global::Cpp2ILInjected.Token(Token = "0x4000BFA")]
35 }
36}