2 references to TokenGroups
System.Security.Principal.Windows (2)
System\Security\Principal\WindowsIdentity.cs (2)
646
using (SafeLocalAllocHandle pGroups = GetTokenInformation(_safeTokenHandle, TokenInformationClass.
TokenGroups
, nullOnInvalidParam: false)!)
1102
safeAllocHandle = GetTokenInformation(_safeTokenHandle, TokenInformationClass.
TokenGroups
);