BinToss/Intern

View on GitHub
ext/UacHelper.cs

Summary

Maintainability
A
35 mins
Test Coverage

Method GetTokenInformation has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        public static extern bool GetTokenInformation(IntPtr TokenHandle, TokenInformationClass TokenInformationClass, IntPtr TokenInformation, uint TokenInformationLength, out uint ReturnLength);
Severity: Minor
Found in ext/UacHelper.cs - About 35 mins to fix

TODO found
Open

    // TODO https://stackoverflow.com/a/38676215/14894786
Severity: Minor
Found in ext/UacHelper.cs by fixme

There are no issues that match your filters.

Category
Status