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

◆ IsInRole() [1/4]

virtual bool System.Security.Principal.WindowsPrincipal.IsInRole ( int rid)
inlinevirtual

Definition at line 82 of file WindowsPrincipal.cs.

83 {
84 Span<int> span = stackalloc int[2] { 32, rid };
85 return IsInRole(new SecurityIdentifier(IdentifierAuthority.NTAuthority, span));
86 }

References System.Security.Principal.WindowsPrincipal.IsInRole().