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

◆ ClaimsIdentity() [4/6]

System.Security.Claims.ClaimsIdentity.ClaimsIdentity ( IIdentity identity,
IEnumerable< Claim > claims,
string authenticationType,
string nameType,
string roleType,
bool checkAuthType )
inlinepackage

Definition at line 35 of file ClaimsIdentity.cs.

36 {
37 this.m_nameType = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name";
38 this.m_roleType = "http://schemas.microsoft.com/ws/2008/06/identity/claims/role";
39 this.m_version = "1.0";
40 base..ctor();
41 if (identity != null)
42 {
43 bool flag = string.IsNullOrEmpty(authenticationType);
44 return;
45 }
47 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.