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
ClaimsIdentity.cs
Go to the documentation of this file.
1using System;
6using System.IO;
13using Cpp2ILInjected;
15
17{
18 [global::System.Runtime.InteropServices.ComVisible(true)]
19 [global::Cpp2ILInjected.Token(Token = "0x200032E")]
20 [global::System.Serializable]
21 public class ClaimsIdentity : global::System.Security.Principal.IIdentity
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x6001B7B")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1B1E9E8", Offset = "0x1B1E9E8", Length = "0x1C")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
27 {
28 typeof(global::System.Security.Principal.IIdentity),
29 typeof(global::System.Collections.Generic.IEnumerable<Claim>),
30 typeof(string),
31 typeof(string),
32 typeof(string),
33 typeof(bool)
34 }, ReturnType = typeof(void))]
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6001B7C")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1B20460", Offset = "0x1B20460", Length = "0x1C")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
44 {
45 typeof(global::System.Security.Principal.IIdentity),
46 typeof(global::System.Collections.Generic.IEnumerable<Claim>),
47 typeof(string),
48 typeof(string),
49 typeof(string),
50 typeof(bool)
51 }, ReturnType = typeof(void))]
52 public ClaimsIdentity(global::System.Collections.Generic.IEnumerable<Claim> claims)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6001B7D")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1B2047C", Offset = "0x1B2047C", Length = "0x8")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 public ClaimsIdentity(global::System.Security.Principal.IIdentity identity, global::System.Collections.Generic.IEnumerable<Claim> claims, string authenticationType, string nameType, string roleType)
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x6001B7E")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1B20484", Offset = "0x1B20484", Length = "0x658")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericIdentity), Member = ".ctor", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(string)
72 }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericIdentity), Member = ".ctor", ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.WindowsIdentity), Member = ".ctor", MemberParameters = new object[]
75 {
76 typeof(global::System.IntPtr),
77 typeof(string),
78 typeof(global::System.Security.Principal.WindowsAccountType),
79 typeof(bool)
80 }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.WindowsIdentity), Member = ".ctor", MemberParameters = new object[]
82 {
83 typeof(global::System.Runtime.Serialization.SerializationInfo),
84 typeof(global::System.Runtime.Serialization.StreamingContext)
85 }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = ".ctor", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<Claim>) }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = "Clone", ReturnType = typeof(ClaimsIdentity))]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = ".ctor", ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Claim), Member = ".ctor", MemberParameters = new object[]
97 {
98 typeof(string),
99 typeof(string),
100 typeof(string),
101 typeof(string),
102 typeof(string),
104 typeof(string),
105 typeof(string)
106 }, ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "SafeAddClaim", MemberParameters = new object[] { typeof(Claim) }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "SafeAddClaims", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<Claim>) }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clone", ReturnType = typeof(object))]
110 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 38)]
111 internal ClaimsIdentity(global::System.Security.Principal.IIdentity identity, global::System.Collections.Generic.IEnumerable<Claim> claims, string authenticationType, string nameType, string roleType, bool checkAuthType)
112 {
113 throw null;
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x6001B7F")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1B1EB18", Offset = "0x1B1EB18", Length = "0x1F0")]
118 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Security.Principal.GenericIdentity) }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericIdentity), Member = "Clone", ReturnType = typeof(ClaimsIdentity))]
121 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.WindowsIdentity), Member = ".ctor", MemberParameters = new object[]
122 {
123 typeof(ClaimsIdentity),
124 typeof(global::System.IntPtr)
125 }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = ".ctor", ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clone", ReturnType = typeof(object))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "SafeAddClaims", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<Claim>) }, ReturnType = typeof(void))]
132 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
135 {
136 throw null;
137 }
138
139 [global::Cpp2ILInjected.Token(Token = "0x6001B80")]
140 [global::Cpp2ILInjected.Address(RVA = "0x1B20FAC", Offset = "0x1B20FAC", Length = "0x194")]
141 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = ".ctor", ReturnType = typeof(void))]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
147 protected ClaimsIdentity(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
148 {
149 throw null;
150 }
151
152 [global::Cpp2ILInjected.Token(Token = "0x1700031A")]
153 public virtual string AuthenticationType
154 {
155 [global::Cpp2ILInjected.Token(Token = "0x6001B81")]
156 [global::Cpp2ILInjected.Address(RVA = "0x1B21924", Offset = "0x1B21924", Length = "0x8")]
157 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
158 get
159 {
160 throw null;
161 }
162 }
163
164 [global::Cpp2ILInjected.Token(Token = "0x1700031B")]
166 {
167 [global::Cpp2ILInjected.Token(Token = "0x6001B82")]
168 [global::Cpp2ILInjected.Address(RVA = "0x1B2192C", Offset = "0x1B2192C", Length = "0x8")]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 get
171 {
172 throw null;
173 }
174 [global::Cpp2ILInjected.Token(Token = "0x6001B83")]
175 [global::Cpp2ILInjected.Address(RVA = "0x1B21934", Offset = "0x1B21934", Length = "0x88")]
176 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = "Clone", ReturnType = typeof(ClaimsIdentity))]
178 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
181 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
182 set
183 {
184 throw null;
185 }
186 }
187
188 [global::Cpp2ILInjected.Token(Token = "0x1700031C")]
189 public virtual global::System.Collections.Generic.IEnumerable<Claim> Claims
190 {
191 [global::Cpp2ILInjected.Token(Token = "0x6001B84")]
192 [global::Cpp2ILInjected.Address(RVA = "0x1B1ED6C", Offset = "0x1B1ED6C", Length = "0x70")]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
195 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_CurrentManagedThreadId", ReturnType = typeof(int))]
196 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
197 get
198 {
199 throw null;
200 }
201 }
202
203 [global::Cpp2ILInjected.Token(Token = "0x1700031D")]
204 public virtual string Name
205 {
206 [global::Cpp2ILInjected.Token(Token = "0x6001B85")]
207 [global::Cpp2ILInjected.Address(RVA = "0x1B219F0", Offset = "0x1B219F0", Length = "0x24")]
208 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
209 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
210 get
211 {
212 throw null;
213 }
214 }
215
216 [global::Cpp2ILInjected.Token(Token = "0x1700031E")]
217 public string NameClaimType
218 {
219 [global::Cpp2ILInjected.Token(Token = "0x6001B86")]
220 [global::Cpp2ILInjected.Address(RVA = "0x1B21A14", Offset = "0x1B21A14", Length = "0x8")]
221 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
222 get
223 {
224 throw null;
225 }
226 }
227
228 [global::Cpp2ILInjected.Token(Token = "0x6001B87")]
229 [global::Cpp2ILInjected.Address(RVA = "0x1B1FA34", Offset = "0x1B1FA34", Length = "0x140")]
230 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsPrincipal), Member = "SerializeIdentities", ReturnType = typeof(string))]
232 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
234 {
235 typeof(global::System.Security.Principal.IIdentity),
236 typeof(global::System.Collections.Generic.IEnumerable<Claim>),
237 typeof(string),
238 typeof(string),
239 typeof(string),
240 typeof(bool)
241 }, ReturnType = typeof(void))]
242 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
243 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "set_Actor", MemberParameters = new object[] { typeof(ClaimsIdentity) }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
246 public virtual ClaimsIdentity Clone()
247 {
248 throw null;
249 }
250
251 [global::Cpp2ILInjected.Token(Token = "0x6001B88")]
252 [global::Cpp2ILInjected.Address(RVA = "0x1B1EE0C", Offset = "0x1B1EE0C", Length = "0x160")]
253 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
254 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.GenericIdentity), Member = "AddNameClaim", ReturnType = typeof(void))]
255 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
257 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
258 public virtual void AddClaim(Claim claim)
259 {
260 throw null;
261 }
262
263 [global::Cpp2ILInjected.Token(Token = "0x6001B89")]
264 [global::Cpp2ILInjected.Address(RVA = "0x1B20B04", Offset = "0x1B20B04", Length = "0x394")]
265 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
266 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
267 {
268 typeof(global::System.Security.Principal.IIdentity),
269 typeof(global::System.Collections.Generic.IEnumerable<Claim>),
270 typeof(string),
271 typeof(string),
272 typeof(string),
273 typeof(bool)
274 }, ReturnType = typeof(void))]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[] { typeof(ClaimsIdentity) }, ReturnType = typeof(void))]
276 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
277 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
278 private void SafeAddClaims(global::System.Collections.Generic.IEnumerable<Claim> claims)
279 {
280 throw null;
281 }
282
283 [global::Cpp2ILInjected.Token(Token = "0x6001B8A")]
284 [global::Cpp2ILInjected.Address(RVA = "0x1B20E98", Offset = "0x1B20E98", Length = "0x114")]
285 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = ".ctor", MemberParameters = new object[]
287 {
288 typeof(global::System.Security.Principal.IIdentity),
289 typeof(global::System.Collections.Generic.IEnumerable<Claim>),
290 typeof(string),
291 typeof(string),
292 typeof(string),
293 typeof(bool)
294 }, ReturnType = typeof(void))]
295 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
296 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
298 {
299 throw null;
300 }
301
302 [global::Cpp2ILInjected.Token(Token = "0x6001B8B")]
303 [global::Cpp2ILInjected.Address(RVA = "0x1B21A1C", Offset = "0x1B21A1C", Length = "0x364")]
304 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
305 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
306 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
307 {
308 typeof(string),
309 typeof(string),
310 typeof(global::System.StringComparison)
311 }, ReturnType = typeof(bool))]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
314 public virtual Claim FindFirst(string type)
315 {
316 throw null;
317 }
318
319 [global::System.Runtime.Serialization.OnSerializing]
320 [global::Cpp2ILInjected.Token(Token = "0x6001B8C")]
321 [global::Cpp2ILInjected.Address(RVA = "0x1B21D80", Offset = "0x1B21D80", Length = "0x64")]
322 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
323 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "SerializeClaims", ReturnType = typeof(string))]
325 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
326 private void OnSerializingMethod(global::System.Runtime.Serialization.StreamingContext context)
327 {
328 throw null;
329 }
330
331 [global::System.Runtime.Serialization.OnDeserialized]
332 [global::Cpp2ILInjected.Token(Token = "0x6001B8D")]
333 [global::Cpp2ILInjected.Address(RVA = "0x1B22028", Offset = "0x1B22028", Length = "0xDC")]
334 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
335 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "DeserializeClaims", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
338 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
339 private void OnDeserializedMethod(global::System.Runtime.Serialization.StreamingContext context)
340 {
341 throw null;
342 }
343
344 [global::System.Runtime.Serialization.OnDeserializing]
345 [global::Cpp2ILInjected.Token(Token = "0x6001B8E")]
346 [global::Cpp2ILInjected.Address(RVA = "0x1B22428", Offset = "0x1B22428", Length = "0xD8")]
347 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
348 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = ".ctor", ReturnType = typeof(void))]
350 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
351 private void OnDeserializingMethod(global::System.Runtime.Serialization.StreamingContext context)
352 {
353 throw null;
354 }
355
356 [global::Cpp2ILInjected.Token(Token = "0x6001B8F")]
357 [global::Cpp2ILInjected.Address(RVA = "0x1B22500", Offset = "0x1B22500", Length = "0x5B0")]
358 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
359 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
360 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = ".ctor", ReturnType = typeof(void))]
361 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
362 {
363 typeof(string),
364 typeof(object)
365 }, ReturnType = typeof(void))]
366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
367 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", ReturnType = typeof(void))]
368 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Serialize", MemberParameters = new object[]
369 {
370 typeof(global::System.IO.Stream),
371 typeof(object),
372 typeof(global::System.Runtime.Remoting.Messaging.Header[]),
373 typeof(bool)
374 }, ReturnType = typeof(void))]
375 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "ToBase64String", MemberParameters = new object[]
376 {
377 typeof(byte[]),
378 typeof(int),
379 typeof(int)
380 }, ReturnType = typeof(string))]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "SerializeClaims", ReturnType = typeof(string))]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
383 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 36)]
384 protected virtual void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
385 {
386 throw null;
387 }
388
389 [global::Cpp2ILInjected.Token(Token = "0x6001B90")]
390 [global::Cpp2ILInjected.Address(RVA = "0x1B22104", Offset = "0x1B22104", Length = "0x324")]
391 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = "OnDeserializedMethod", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(void))]
393 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = "Deserialize", MemberParameters = new object[]
394 {
395 typeof(global::System.Runtime.Serialization.SerializationInfo),
396 typeof(global::System.Runtime.Serialization.StreamingContext),
397 typeof(bool)
398 }, ReturnType = typeof(void))]
399 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
400 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
401 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "FromBase64String", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = ".ctor", ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Deserialize", MemberParameters = new object[]
405 {
406 typeof(global::System.IO.Stream),
407 typeof(global::System.Runtime.Remoting.Messaging.HeaderHandler),
408 typeof(bool)
409 }, ReturnType = typeof(object))]
410 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
411 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
412 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
414 {
415 throw null;
416 }
417
418 [global::Cpp2ILInjected.Token(Token = "0x6001B91")]
419 [global::Cpp2ILInjected.Address(RVA = "0x1B21DE4", Offset = "0x1B21DE4", Length = "0x244")]
420 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
421 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = "OnSerializingMethod", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(void))]
422 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity), Member = "GetObjectData", MemberParameters = new object[]
423 {
424 typeof(global::System.Runtime.Serialization.SerializationInfo),
425 typeof(global::System.Runtime.Serialization.StreamingContext)
426 }, ReturnType = typeof(void))]
427 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
428 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", ReturnType = typeof(void))]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = ".ctor", ReturnType = typeof(void))]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Serialize", MemberParameters = new object[]
431 {
432 typeof(global::System.IO.Stream),
433 typeof(object),
434 typeof(global::System.Runtime.Remoting.Messaging.Header[]),
435 typeof(bool)
436 }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "ToBase64String", MemberParameters = new object[]
438 {
439 typeof(byte[]),
440 typeof(int),
441 typeof(int)
442 }, ReturnType = typeof(string))]
443 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
444 private string SerializeClaims()
445 {
446 throw null;
447 }
448
449 [global::Cpp2ILInjected.Token(Token = "0x6001B92")]
450 [global::Cpp2ILInjected.Address(RVA = "0x1B20ADC", Offset = "0x1B20ADC", Length = "0x28")]
451 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
452 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
453 private bool IsCircular(ClaimsIdentity subject)
454 {
455 throw null;
456 }
457
458 [global::Cpp2ILInjected.Token(Token = "0x6001B93")]
459 [global::Cpp2ILInjected.Address(RVA = "0x1B21140", Offset = "0x1B21140", Length = "0x7E4")]
460 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
461 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = ".ctor", MemberParameters = new object[]
463 {
464 typeof(global::System.Runtime.Serialization.ISurrogateSelector),
465 typeof(global::System.Runtime.Serialization.StreamingContext)
466 }, ReturnType = typeof(void))]
467 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = ".ctor", ReturnType = typeof(void))]
468 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetEnumerator", ReturnType = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator))]
469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "MoveNext", ReturnType = typeof(bool))]
470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "get_Name", ReturnType = typeof(string))]
471 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::<PrivateImplementationDetails>), Member = "ComputeStringHash", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(uint))]
472 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
473 {
474 typeof(string),
475 typeof(string)
476 }, ReturnType = typeof(bool))]
477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
478 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "FromBase64String", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
479 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.MemoryStream), Member = ".ctor", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.BinaryFormatter), Member = "Deserialize", MemberParameters = new object[]
481 {
482 typeof(global::System.IO.Stream),
483 typeof(global::System.Runtime.Remoting.Messaging.HeaderHandler),
484 typeof(bool)
485 }, ReturnType = typeof(object))]
486 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity), Member = "DeserializeClaims", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
487 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
488 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 38)]
489 private void Deserialize(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context, bool useContext)
490 {
491 throw null;
492 }
493
494 [global::Cpp2ILInjected.Token(Token = "0x4000E00")]
495 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
496 [global::System.NonSerialized]
498
499 [global::Cpp2ILInjected.Token(Token = "0x4000E01")]
500 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
501 [global::System.NonSerialized]
502 private global::System.Collections.Generic.List<Claim> m_instanceClaims;
503
504 [global::Cpp2ILInjected.Token(Token = "0x4000E02")]
505 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
506 [global::System.NonSerialized]
507 private global::System.Collections.ObjectModel.Collection<global::System.Collections.Generic.IEnumerable<Claim>> m_externalClaims;
508
509 [global::Cpp2ILInjected.Token(Token = "0x4000E03")]
510 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
511 [global::System.NonSerialized]
512 private string m_nameType;
513
514 [global::Cpp2ILInjected.Token(Token = "0x4000E04")]
515 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
516 [global::System.NonSerialized]
517 private string m_roleType;
518
519 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
520 [global::Cpp2ILInjected.Token(Token = "0x4000E05")]
521 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
522 private string m_version;
523
524 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
525 [global::Cpp2ILInjected.Token(Token = "0x4000E06")]
526 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
528
529 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
530 [global::Cpp2ILInjected.Token(Token = "0x4000E07")]
531 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
532 private string m_authenticationType;
533
534 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
535 [global::Cpp2ILInjected.Token(Token = "0x4000E08")]
536 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
537 private object m_bootstrapContext;
538
539 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
540 [global::Cpp2ILInjected.Token(Token = "0x4000E09")]
541 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
542 private string m_label;
543
544 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
545 [global::Cpp2ILInjected.Token(Token = "0x4000E0A")]
546 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
547 private string m_serializedNameType;
548
549 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
550 [global::Cpp2ILInjected.Token(Token = "0x4000E0B")]
551 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
552 private string m_serializedRoleType;
553
554 [global::System.Runtime.Serialization.OptionalField(VersionAdded = 2)]
555 [global::Cpp2ILInjected.Token(Token = "0x4000E0C")]
556 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
557 private string m_serializedClaims;
558
559 [global::System.Runtime.CompilerServices.CompilerGenerated]
560 [global::Cpp2ILInjected.Token(Token = "0x200032F")]
561 private sealed class <get_Claims>d__51 : global::System.Collections.Generic.IEnumerable<Claim>, global::System.Collections.IEnumerable, global::System.Collections.Generic.IEnumerator<Claim>, global::System.IDisposable, global::System.Collections.IEnumerator
562 {
563 [global::System.Diagnostics.DebuggerHidden]
564 [global::Cpp2ILInjected.Token(Token = "0x6001B94")]
565 [global::Cpp2ILInjected.Address(RVA = "0x1B219BC", Offset = "0x1B219BC", Length = "0x34")]
566 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_CurrentManagedThreadId", ReturnType = typeof(int))]
570 {
571 throw null;
572 }
573
574 [global::System.Diagnostics.DebuggerHidden]
575 [global::Cpp2ILInjected.Token(Token = "0x6001B95")]
576 [global::Cpp2ILInjected.Address(RVA = "0x1B22AB0", Offset = "0x1B22AB0", Length = "0x1C")]
577 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
578 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
579 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity.<get_Claims>d__51), Member = "<>m__Finally1", ReturnType = typeof(void))]
580 private void System.IDisposable.Dispose()
581 {
582 throw null;
583 }
584
585 [global::Cpp2ILInjected.Token(Token = "0x6001B96")]
586 [global::Cpp2ILInjected.Address(RVA = "0x1B22ACC", Offset = "0x1B22ACC", Length = "0x388")]
587 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
588 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
590 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
591 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity.<get_Claims>d__51), Member = "<>m__Finally1", ReturnType = typeof(void))]
592 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.Collection<>), Member = "get_Count", ReturnType = typeof(int))]
593 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
594 private bool MoveNext()
595 {
596 throw null;
597 }
598
599 [global::Cpp2ILInjected.Token(Token = "0x6001B97")]
600 [global::Cpp2ILInjected.Address(RVA = "0x1B22E54", Offset = "0x1B22E54", Length = "0xB0")]
601 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
602 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity.<get_Claims>d__51), Member = "System.IDisposable.Dispose", ReturnType = typeof(void))]
603 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity.<get_Claims>d__51), Member = "MoveNext", ReturnType = typeof(bool))]
604 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
605 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
606 private void <>m__Finally1()
607 {
608 throw null;
609 }
610
611 [global::Cpp2ILInjected.Token(Token = "0x1700031F")]
613 {
614 [global::System.Diagnostics.DebuggerHidden]
615 [global::Cpp2ILInjected.Token(Token = "0x6001B98")]
616 [global::Cpp2ILInjected.Address(RVA = "0x1B22F04", Offset = "0x1B22F04", Length = "0x8")]
617 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
618 get
619 {
620 throw null;
621 }
622 }
623
624 [global::System.Diagnostics.DebuggerHidden]
625 [global::Cpp2ILInjected.Token(Token = "0x6001B99")]
626 [global::Cpp2ILInjected.Address(RVA = "0x1B22F0C", Offset = "0x1B22F0C", Length = "0x38")]
627 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
628 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
629 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
630 private void System.Collections.IEnumerator.Reset()
631 {
632 throw null;
633 }
634
635 [global::Cpp2ILInjected.Token(Token = "0x17000320")]
637 {
638 [global::System.Diagnostics.DebuggerHidden]
639 [global::Cpp2ILInjected.Token(Token = "0x6001B9A")]
640 [global::Cpp2ILInjected.Address(RVA = "0x1B22F44", Offset = "0x1B22F44", Length = "0x8")]
641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
642 get
643 {
644 throw null;
645 }
646 }
647
648 [global::System.Diagnostics.DebuggerHidden]
649 [global::Cpp2ILInjected.Token(Token = "0x6001B9B")]
650 [global::Cpp2ILInjected.Address(RVA = "0x1B22F4C", Offset = "0x1B22F4C", Length = "0x9C")]
651 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClaimsIdentity.<get_Claims>d__51), Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(global::System.Collections.IEnumerator))]
653 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
654 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_CurrentManagedThreadId", ReturnType = typeof(int))]
655 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
656 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
657 private global::System.Collections.Generic.IEnumerator<Claim> System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>.GetEnumerator()
658 {
659 throw null;
660 }
661
662 [global::System.Diagnostics.DebuggerHidden]
663 [global::Cpp2ILInjected.Token(Token = "0x6001B9C")]
664 [global::Cpp2ILInjected.Address(RVA = "0x1B22FE8", Offset = "0x1B22FE8", Length = "0x4")]
665 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
666 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ClaimsIdentity.<get_Claims>d__51), Member = "System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>.GetEnumerator", ReturnType = typeof(global::System.Collections.Generic.IEnumerator<Claim>))]
667 private global::System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
668 {
669 throw null;
670 }
671
672 [global::Cpp2ILInjected.Token(Token = "0x4000E0D")]
673 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
674 private int <>1__state;
675
676 [global::Cpp2ILInjected.Token(Token = "0x4000E0E")]
677 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
678 private Claim <>2__current;
679
680 [global::Cpp2ILInjected.Token(Token = "0x4000E0F")]
681 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
682 private int <>l__initialThreadId;
683
684 [global::Cpp2ILInjected.Token(Token = "0x4000E10")]
685 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
687
688 [global::Cpp2ILInjected.Token(Token = "0x4000E11")]
689 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
690 private int <i>5__2;
691
692 [global::Cpp2ILInjected.Token(Token = "0x4000E12")]
693 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
694 private global::System.Collections.Generic.IEnumerator<Claim> <>7__wrap2;
695 }
696 }
697}
class f__AnonymousType0<< Count > j__TPar
void SafeAddClaims(global::System.Collections.Generic.IEnumerable< Claim > claims)
global::System.Collections.ObjectModel.Collection< global::System.Collections.Generic.IEnumerable< Claim > > m_externalClaims
virtual void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
global::System.Collections.Generic.List< Claim > m_instanceClaims
void Deserialize(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context, bool useContext)
class< get_Claims > global::System.Collections. IEnumerable
ClaimsIdentity(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
ClaimsIdentity(global::System.Security.Principal.IIdentity identity, global::System.Collections.Generic.IEnumerable< Claim > claims, string authenticationType, string nameType, string roleType, bool checkAuthType)
ClaimsIdentity(global::System.Security.Principal.IIdentity identity, global::System.Collections.Generic.IEnumerable< Claim > claims, string authenticationType, string nameType, string roleType)
void OnDeserializingMethod(global::System.Runtime.Serialization.StreamingContext context)
ClaimsIdentity(global::System.Collections.Generic.IEnumerable< Claim > claims)
virtual void AddClaim(Claim claim)
bool IsCircular(ClaimsIdentity subject)
void OnDeserializedMethod(global::System.Runtime.Serialization.StreamingContext context)
virtual Claim FindFirst(string type)
void DeserializeClaims(string serializedClaims)
void OnSerializingMethod(global::System.Runtime.Serialization.StreamingContext context)