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

◆ Properties

global.System.Collections.Generic.IDictionary<string, string> System.Security.Claims.Claim.Properties
getset

Definition at line 105 of file Claim.cs.

106 {
107 [global::Cpp2ILInjected.Token(Token = "0x6001B74")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1B1FF08", Offset = "0x1B1FF08", Length = "0x12C")]
109 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Claim), Member = ".ctor", MemberParameters = new object[]
111 {
112 typeof(string),
113 typeof(string),
114 typeof(string),
115 typeof(string),
116 typeof(string),
117 typeof(ClaimsIdentity),
118 typeof(string),
119 typeof(string)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Enter", MemberParameters = new object[]
123 {
124 typeof(object),
125 typeof(ref bool)
126 }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.Dictionary<object, object>), Member = ".ctor", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
130 get
131 {
132 throw null;
133 }
134 }
class f__AnonymousType0<< Count > j__TPar
Claim(string type, string value, string valueType, string issuer, string originalIssuer, ClaimsIdentity subject)
Definition Claim.cs:30