Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WindowsIdentity() [1/9]

System.Security.Principal.WindowsIdentity.WindowsIdentity ( IntPtr userToken)
inline

Definition at line 302 of file WindowsIdentity.cs.

303 : this(userToken, null, -1)
304 {
305 }