This is the overview for the PrivilegeCheck method overload.
|
|
Name |
Description |
|
PrivilegeCheck is a simulation of WinAPI PrivilegeCheck (http://msdn2.microsoft.com/en-us/library/aa379304.aspx) PrivilegeCheck checks for enabled privleges of the token. If RequiresAllPrivs is pcDefault PrivilegeCheck returns true if one privilege provided in aRequiredPrivileges is enabled in the token If no privilege from aRequiredPrivileges is enabled in the token the function returns false. If RequiresAllPrivs is pcAllPrivsEnabled PrivilegeCheck returns true if all privileges from aRequiredPrivileges are enabled in the token; otherwise false. Every privilege that was used for a privilege check will have the property Privilege_Used_For_Access set to true. | |
|
PrivilegeCheck is a simulation of WinAPI PrivilegeCheck (http://msdn2.microsoft.com/en-us/library/aa379304.aspx) PrivilegeCheck checks for enabled privleges of the token. If RequiresAllPrivs is pcDefault PrivilegeCheck returns true if one privilege provided in aRequiredPrivileges is enabled in the token If no privilege from aRequiredPrivileges is enabled in the token the function returns false. If RequiresAllPrivs is pcAllPrivsEnabled PrivilegeCheck returns true if all privileges from aRequiredPrivileges are enabled in the token; otherwise false. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|