10 references to GetTokenInformation
mscorlib (10)
system\security\principal\windowsidentity.cs (10)
526using (SafeLocalAllocHandle tokenOwner = GetTokenInformation(m_safeTokenHandle, TokenInformationClass.TokenOwner)) { 544using (SafeLocalAllocHandle tokenUser = GetTokenInformation(m_safeTokenHandle, TokenInformationClass.TokenUser)) { 562using (SafeLocalAllocHandle pGroups = GetTokenInformation(m_safeTokenHandle, TokenInformationClass.TokenGroups)) { 888using (SafeLocalAllocHandle information = GetTokenInformation(m_safeTokenHandle, tokenInformationClass)) { 931using (SafeLocalAllocHandle pStatistics = GetTokenInformation(safeTokenHandle, TokenInformationClass.TokenStatistics)) { 1332safeAllocHandle = GetTokenInformation(m_safeTokenHandle, tokenInformationClass); 1382safeAllocHandlePrimaryGroup = GetTokenInformation(m_safeTokenHandle, TokenInformationClass.TokenPrimaryGroup); 1390safeAllocHandle = GetTokenInformation(m_safeTokenHandle, TokenInformationClass.TokenGroups); 1444safeAllocHandle = GetTokenInformation(m_safeTokenHandle, TokenInformationClass.TokenUser); 1477safeAllocHandle = GetTokenInformation(m_safeTokenHandle, tokenInformationClass);