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
GenericIdentity.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000325")]
10 [global::System.Serializable]
11 public class GenericIdentity : global::System.Security.Claims.ClaimsIdentity
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001B4E")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B1E934", Offset = "0x1B1E934", Length = "0xB4")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerBasicIdentity", Member = ".ctor", MemberParameters = new object[]
16 {
17 typeof(string),
18 typeof(string)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
22 {
24 typeof(global::System.Collections.Generic.IEnumerable<global::System.Security.Claims.Claim>),
25 typeof(string),
26 typeof(string),
27 typeof(string),
28 typeof(bool)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenericIdentity), Member = "AddNameClaim", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
33 public GenericIdentity(string name, string type)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6001B4F")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1B1EAD4", Offset = "0x1B1EAD4", Length = "0x1C")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
42 {
43 typeof(IIdentity),
44 typeof(global::System.Collections.Generic.IEnumerable<global::System.Security.Claims.Claim>),
45 typeof(string),
46 typeof(string),
47 typeof(string),
48 typeof(bool)
49 }, ReturnType = typeof(void))]
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6001B50")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1B1EAF0", Offset = "0x1B1EAF0", Length = "0x28")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Claims.ClaimsIdentity) }, ReturnType = typeof(void))]
60 protected GenericIdentity(GenericIdentity identity)
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x6001B51")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1B1ED08", Offset = "0x1B1ED08", Length = "0x60")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Claims.ClaimsIdentity) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
71 public override global::System.Security.Claims.ClaimsIdentity Clone()
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x1700030F")]
77 public override global::System.Collections.Generic.IEnumerable<global::System.Security.Claims.Claim> Claims
78 {
79 [global::Cpp2ILInjected.Token(Token = "0x6001B52")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1B1ED68", Offset = "0x1B1ED68", Length = "0x4")]
81 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 get
84 {
85 throw null;
86 }
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x17000310")]
90 public override string Name
91 {
92 [global::Cpp2ILInjected.Token(Token = "0x6001B53")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1B1EDDC", Offset = "0x1B1EDDC", Length = "0x8")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 get
96 {
97 throw null;
98 }
99 }
100
101 [global::Cpp2ILInjected.Token(Token = "0x17000311")]
102 public override string AuthenticationType
103 {
104 [global::Cpp2ILInjected.Token(Token = "0x6001B54")]
105 [global::Cpp2ILInjected.Address(RVA = "0x1B1EDE4", Offset = "0x1B1EDE4", Length = "0x8")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 get
108 {
109 throw null;
110 }
111 }
112
113 [global::Cpp2ILInjected.Token(Token = "0x6001B55")]
114 [global::Cpp2ILInjected.Address(RVA = "0x1B1EA04", Offset = "0x1B1EA04", Length = "0xD0")]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GenericIdentity), Member = ".ctor", MemberParameters = new object[]
116 {
117 typeof(string),
118 typeof(string)
119 }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.Claim), Member = ".ctor", MemberParameters = new object[]
122 {
123 typeof(string),
124 typeof(string),
125 typeof(string),
126 typeof(string),
127 typeof(string),
128 typeof(global::System.Security.Claims.ClaimsIdentity),
129 typeof(string),
130 typeof(string)
131 }, ReturnType = typeof(void))]
132 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.ClaimsIdentity), Member = "AddClaim", MemberParameters = new object[] { typeof(global::System.Security.Claims.Claim) }, ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
134 private void AddNameClaim()
135 {
136 throw null;
137 }
138
139 [global::Cpp2ILInjected.Token(Token = "0x4000DDF")]
140 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
141 private readonly string m_name;
142
143 [global::Cpp2ILInjected.Token(Token = "0x4000DE0")]
144 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
145 private readonly string m_type;
146 }
147}
class f__AnonymousType0<< Count > j__TPar
override global::System.Security.Claims.ClaimsIdentity Clone()
GenericIdentity(GenericIdentity identity)
GenericIdentity(string name, string type)