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

◆ AddNameClaim()

void System.Security.Principal.GenericIdentity.AddNameClaim ( )
inlineprivate

Definition at line 75 of file GenericIdentity.cs.

76 {
77 if (this.m_name != null)
78 {
79 string nameType = this.m_nameType;
80 return;
81 }
82 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Security.Principal.GenericIdentity.m_name, and System.Security.Claims.ClaimsIdentity.m_nameType.

Referenced by System.Security.Principal.GenericIdentity.GenericIdentity().