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

◆ IsGuest

virtual bool System.Security.Principal.WindowsIdentity.IsGuest
get

Definition at line 141 of file WindowsIdentity.cs.

142 {
143 get
144 {
146 {
147 return false;
148 }
149 if ((object)s_domainRid == null)
150 {
151 s_domainRid = new SecurityIdentifier(IdentifierAuthority.NTAuthority, new int[2] { 32, 546 });
152 }
154 }
155 }
bool CheckNtTokenForSid(SecurityIdentifier sid)