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

◆ SetToken()

void System.Security.Principal.WindowsIdentity.SetToken ( IntPtr token)
inlineprivate

Definition at line 183 of file WindowsIdentity.cs.

184 {
186 string type = this._type;
187 this._token = token;
188 if (type == null)
189 {
190 this._type = "POSIX";
191 }
192 this._account = WindowsAccountType.System;
193 }
class f__AnonymousType0<< Count > j__TPar
static bool IsUnix

References System.Security.Principal.WindowsIdentity._type, System.Environment.IsUnix, and j__TPar.

Referenced by System.Security.Principal.WindowsIdentity.WindowsIdentity(), and System.Security.Principal.WindowsIdentity.WindowsIdentity().