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

◆ WindowsIdentity() [1/4]

System.Security.Principal.WindowsIdentity.WindowsIdentity ( IntPtr userToken,
string type,
WindowsAccountType acctType,
bool isAuthenticated )
inline

Definition at line 15 of file WindowsIdentity.cs.

16 {
17 this._type = type;
19 this.SetToken(userToken);
20 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Security.Principal.WindowsIdentity.SetToken().