public PrivilegeEnabler(AccessTokenHandle accessTokenHandle)
 {
     this.accessTokenHandle = accessTokenHandle;
 }
Esempio n. 2
0
 internal static AdjustPrivilegeResult RemovePrivilege(AccessTokenHandle accessTokenHandle, Privilege privilege)
 {
     return(AdjustPrivilege(accessTokenHandle, privilege, PrivilegeAttributes.Removed));
 }