terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SecurityAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002AF RID: 687
7 [ComVisible(true)]
8 [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
9 [Obsolete("CAS support is not available with Silverlight applications.")]
11 public abstract class SecurityAttribute : Attribute
12 {
13 // Token: 0x0600175B RID: 5979 RVA: 0x000320C8 File Offset: 0x000302C8
18
19 // Token: 0x0600175C RID: 5980
20 public abstract IPermission CreatePermission();
21
22 // Token: 0x1700025F RID: 607
23 // (get) Token: 0x0600175D RID: 5981 RVA: 0x000320E4 File Offset: 0x000302E4
24 public bool Unrestricted
25 {
26 get
27 {
28 return this.m_Unrestricted;
29 }
30 }
31
32 // Token: 0x17000260 RID: 608
33 // (set) Token: 0x0600175E RID: 5982 RVA: 0x000320F8 File Offset: 0x000302F8
35 {
36 set
37 {
39 }
40 }
41
42 // Token: 0x04000BFB RID: 3067
44
45 // Token: 0x04000BFC RID: 3068
46 private bool m_Unrestricted;
47 }
48}
class f__AnonymousType0<< Count > j__TPar