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

◆ GenericIdentity() [1/3]

System.Security.Principal.GenericIdentity.GenericIdentity ( string name,
string type )
inline

Definition at line 13 of file GenericIdentity.cs.

14 {
15 while (name != null)
16 {
17 if (type != null)
18 {
20 this.m_type = type;
21 this.AddNameClaim();
22 return;
23 }
24 }
25 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Principal.GenericIdentity.AddNameClaim(), j__TPar, and System.name.