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() [2/3]

System.Security.Claims.Claim.Claim ( string type,
string value,
string valueType,
string issuer,
string originalIssuer,
ClaimsIdentity subject,
string propertyKey,
string propertyValue )
inlinepackage

Definition at line 20 of file Claim.cs.

21 {
22 do
23 {
24 base..ctor();
25 if (type == null)
26 {
27 return;
28 }
29 }
30 while (value == null);
31 this.m_type = type;
33 bool flag = string.IsNullOrEmpty(valueType);
34 this.m_valueType = "http://www.w3.org/2001/XMLSchema#string";
35 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.