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