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

◆ GenericPrincipal()

System.Security.Principal.GenericPrincipal.GenericPrincipal ( IIdentity identity,
string[] roles )
inline

Definition at line 13 of file GenericPrincipal.cs.

14 {
15 do
16 {
17 if (!true)
18 {
19 }
20 base..ctor();
21 }
22 while (identity == null);
23 this.m_identity = identity;
24 if (roles != null)
25 {
26 string[] roles2 = this.m_roles;
27 return;
28 }
29 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Security.Principal.GenericPrincipal.m_roles.