GeekArticles
Programming
C++Managed C++: Determining User Security Roles
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 285 times |
Add CommentFiled in: CPlusPlusBy Tom Archer Go to page: 1 2 Next In my previous article (" Managed C++: Retrieving User's Windows Security Information "), I mentioned that there are times when an application can benefit from knowing specific Windows security information about a user. For example, in a recent spyware detection/removal system that I wrote, the code needed to delete certain files and, if those files were in use, mark them for deletion via the registry. This latter part involved changing certain...n
Read Article Sponsored Links
Related Articles
• Consumer and Provider Roles Consumer and Provider Roles
When we speak of the Consumer and Provider roles for the ServiceMix components, the difference is very subtle at first sight, but very important from a programmer perspective. The following figure shows the Consumer and Provider roles in the ServiceMix E ...
• Warning the User when Caps Lock is On
Most security systems' passwords are case-sensitive. Case sensitivity nearly doubles the number of possible characters that can appear in the password, which
makes it harder for nefarious users trying to break into the system. As a result, if a user logging into the system has Caps Lock turned ...