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

◆ WindowsPrincipal()

System.Security.Principal.WindowsPrincipal.WindowsPrincipal ( WindowsIdentity ntIdentity)
inline

Definition at line 50 of file WindowsPrincipal.cs.

52 {
53 _identity = ntIdentity ?? throw new ArgumentNullException("ntIdentity");
54 }

References System.Security.Principal.WindowsPrincipal._identity.