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
GenericPrincipal.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000329")]
11 [global::System.Serializable]
12 public class GenericPrincipal : global::System.Security.Claims.ClaimsPrincipal
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001B58")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B1EF6C", Offset = "0x1B1EF6C", Length = "0x13C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpListenerContext", Member = "ParseBasicAuthentication", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(IPrincipal))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Claims.ClaimsPrincipal), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
22 public GenericPrincipal(IIdentity identity, string[] roles)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x4000DE7")]
28 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
30
31 [global::Cpp2ILInjected.Token(Token = "0x4000DE8")]
32 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
33 private string[] m_roles;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
GenericPrincipal(IIdentity identity, string[] roles)