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

◆ Claim() [3/3]

System.Security.Claims.Claim.Claim ( Claim other,
ClaimsIdentity subject )
inlineprotected

Definition at line 38 of file Claim.cs.

39 {
40 if (other == null)
41 {
42 return;
43 }
44 string issuer = other.m_issuer;
45 this.m_subject = subject;
46 this.m_issuer = issuer;
47 string type = other.m_type;
48 this.m_type = type;
49 string valueType = other.m_valueType;
51 if (other.m_properties != null)
52 {
53 Dictionary<string, string> properties = other.m_properties;
56 return;
57 }
58 if (other.m_userSerializationData != null)
59 {
60 object obj;
62 }
63 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, string > m_properties
Definition Claim.cs:167

References j__TPar, System.Security.Claims.Claim.m_properties, and System.obj.