LdapTools\Security\Ace\AceRights::readSecurity PHP Method

readSecurity() public method

Check or set the ability to read data from the security descriptor (minus the SACL).
public readSecurity ( null | boolean $action = null )
$action null | boolean
    public function readSecurity($action = null)
    {
        return $this->hasOrSet(self::FLAG['READ_CONTROL'], $action);
    }