-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate SafeTokenHandle and SafeAccessTokenHandle #16030
Comments
@weshaggard : Who can look into this? Or is this just a placeholder for us to visit later. |
It is a clean-up work-item that we will visit later. This is a perfect "up-for-grabs" item that someone in the community might be willing to pickup. |
@weshaggard Would this item include cleaning up the Common folder? Which is currentlly inconsistent as some use SafeTokenHandle and some use SafeAccessTokenHandle |
From a cursory look: the static |
So should all three be consolidated into one? (presumably into Common, then) |
@Clockwork-Muse started working on this in PR dotnet/corefx#6101 - however as of your latest comment, it seems like there is more to be done |
Fix for issue #5209 - Consolidated SafeAccessTokenHandle and SafeTokenHandle
Fixed by dotnet/corefx#6282 |
SafeTokenHandle and SafeAccessTokenHandle in corefx / src / System.Security.Principal.Windows / src / Microsoft / Win32 / SafeHandles / seem to be the same. They must be consolidated into one or needs investigation as to why they both are required.
The text was updated successfully, but these errors were encountered: